This is a migrated thread and some comments may be shown as answers.

TLS 1.X to 2.X

7 Answers 255 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 04 May 2017, 12:59 PM

I am told that we could send transactions to fiddler in TLS 1.x and fiddler then would forward transactions in TLS 2.0 to payflowpro.paypal.com.  payflowpro.paypal.com would then return TLS transactions to fiddler and fiddler then would return the transaction to our Ecommerce platform.

Where do I start with this?

Thanks,

Mike

7 Answers, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 05 May 2017, 02:33 PM
Hello,

With Fiddler that should work right out of the box. Just make sure that you go to Tools-> Options -> HTTPS and add tls1.2 to the Protocols list.

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 05 May 2017, 03:06 PM

I have done this

So, how do I intercept my TLS 1.2 and forward as 2.X?

Thanks in advance,

Mike

0
Tsviatko Yovtchev
Telerik team
answered on 15 May 2017, 05:35 PM
Well when you run Fiddler on the system where your app runs do you see the traffic from your app in Fiddler? If not then you will have to set Fiddler to be the proxy of your app (127.0.0.1:8888). On start Fiddler sets itself as the WinINET proxy but your app might not respect these settings or use a different network API so the proxy setting is really app dependent.

On a side note there is no TLS 2.X. The latest version is 1.2. Hopefully you got the version number wrong but it might be the case that you are trying to do something completely different so please double check the stuff on your side.


Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 15 May 2017, 06:52 PM
I do see my app.  Now how do I filter my app traffic and forward?
0
Tsviatko Yovtchev
Telerik team
answered on 16 May 2017, 04:17 PM
Filtering is done in the filters tab but I cannot really understand how filtering is related to your scenario. Would you elaborate some more?

 Also what would you like to forward and where to?

Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Michael
Top achievements
Rank 1
answered on 19 May 2017, 01:09 PM

I am capturing outbound traffic but it seems when transactions are being verified (returned) from paypal, they are not able to pass through fiddler.

Please advise.

 

0
Tsviatko Yovtchev
Telerik team
answered on 23 May 2017, 03:34 PM
What do you mean by they are not able to pass through Fiddler? You see them in Fiddler but you don't see them in browser? What error does the browser give? Is it the browser actually or is it an app of your own? 


Regards,
Tsviatko Yovtchev
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FiddlerCore
Asked by
Michael
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Michael
Top achievements
Rank 1
Share this question
or