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

HTTPS Decryption Broken After W10 Anniversary Upgrade

2 Answers 143 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Filip
Top achievements
Rank 1
Filip asked on 24 Aug 2016, 08:25 PM

Hello,

I use Fiddler quite frequently for decoding HTTPS traffic, but it stopped working after I got the Anniversary upgrade installed and I'm not able to figure out what's wrong. It looks like the problem occurs on SSL "Version: 3.3 (TLS/1.2)" - the Fiddler HTTPS options dialog doesn't offer TLS 1.2 in supported protocols: "Select the HTTPS protocol versions allowable for server connections. Valid tokens are: <client>; ssl2; ssl3; tls1.0" and our application servers support just latest TLS 1.2 version. The connection from my C# application to the server works until I enable Fiddler capture with HTTPS decryption. I can see the handshake in Fiddler, but not the real request - I just get "Could not establish secure channel for SSL/TLS with authority" in my C# application instead.

Any idea what could I try to get TLS 1.2 capture + decryption working in Fiddler again?

2 Answers, 1 is accepted

Sort by
0
Filip
Top achievements
Rank 1
answered on 24 Aug 2016, 08:27 PM
I already tried to remove all the Fiddler certificates, uninstall Fiddler completely a install it once more along with new Fiddler certificates generated from the HTTPS Options dialog, but it didn't change anything.
0
Tsviatko Yovtchev
Telerik team
answered on 30 Aug 2016, 04:16 PM
Hi,

Which version of Fiddler are you using? The latest one offers "Valid tokens are: <client>; ssl2; ssl3; tls1.0; tls1.1; tls1.2". So, you could just add tls1.2 there.

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
Windows
Asked by
Filip
Top achievements
Rank 1
Answers by
Filip
Top achievements
Rank 1
Tsviatko Yovtchev
Telerik team
Share this question
or