Fiddler is not showing HTTPS traffic -
I have enabled "decrypt HTTPS traffic" and "ignore server certificate errors" in Fideller but showed traffic to a website Is not going.
The error is that Fildler is returning:
[Fideller] 'Connection to' ... 'failed. Failed to communicate HTTPS connection with System.Security.SecurityException server.fiddler.network.https & gt; HTTPS handshake ... unsuccessful System.IO.IOException Transport Stream received an unexpected EOF or 0 byte.
I remember that I can ignore this error in Fiddler script, but I really do not remember.
Do anyone know what's going on?
Thank you! =)
What is the URL of the site?
It is perhaps either of these two issues: or
to configure federal to configure SSL only when talking to the host in the old solution question in question The latest approach is to use Fiddler4 with either the latest .NET4.5.2 framework, or if you are using Fiddler 2.5.1, then
refer to the "SNi Hack" section in your OnTheRestest Event Handler . To fix the problem for some sites, the following code:
if (oSession.HTTPMethodIs ("CONNECT") & amp; oSession.HostnameIs ("BuggySite.com")} {session [ "Https-DropSNIAlerts"] = "Yap"; FiddlerApplication.log.LogString (has been applied for request for "Legacy Compute Burgess com"); }
Comments
Post a Comment