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

Reply saved request with Fiddler is failing with error

3 Answers 1934 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Milan
Top achievements
Rank 1
Milan asked on 16 Jan 2020, 02:37 PM

I successfully saved the request and created a session which I want to reply later using fiddler core and C# code. 

This worked great for some time and than it just stopped probably when nginx was added and turned on the geo IP location.

I did testing with Fiddler 4 UI app and got very strange results when run reply from various PC machines. On most machine it fails with below raw response with error message is:

HTTP/1.1 502 Fiddler - Connection Failed
Date: Thu, 16 Jan 2020 14:20:29 GMT
Content-Type: text/html; charset=UTF-8
Connection: close
Cache-Control: no-cache, must-revalidate
Timestamp: 15:20:29.441

[Fiddler] The connection to 'www.mozzartbet.com' failed.  <br />System.Security.SecurityException Failed to negotiate HTTPS connection with server.fiddler.network.https&gt; HTTPS handshake to www.mozzartbet.com (for #25) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. &lt; The function requested is not supported

Win32 (SChannel) Native Error Code: 0x80090302 

I have tried Fiddler 4 on AWS machine in cloud and from that one it is still working using system proxy but on test machine when we run testing it is still failing and tried couple more machines same.

I tried than to use Gateway Override and use Manual Proxy Configuration to avoid if there is some IP blocking. I used squied 

Please find attached .saz archive of the saved request which I want to reply (remove .jpg extension by renaming the file and file type should be .saz).

 

 

 

 

3 Answers, 1 is accepted

Sort by
0
Milan
Top achievements
Rank 1
answered on 16 Jan 2020, 03:00 PM
I think I figured out need to set to use tls1.2 protocol because website ssl certificate was upgraded to more secure protocol.
0
Milan
Top achievements
Rank 1
answered on 16 Jan 2020, 04:50 PM
I'm using very old FiddlerCore.dll for .NET 2.0 v2.4.5.6. Does that version of FiddlerCore supports new TLS1.2 protocol?
0
Simeon
Telerik team
answered on 27 Jan 2020, 10:04 AM

Hello Milan,

I'm using very old FiddlerCore.dll for .NET 2.0 v2.4.5.6. Does that version of FiddlerCore supports new TLS1.2 protocol?

This version does not support TLS1.2. FiddlerCore uses the SSL/TLS protocol implementation of the .NET TLS1.2 is supported since .NET Framework 4.5

You could try the newest version of FiddlerCore. It is build against .NET Framework 4.0, 4.5 and .NET Standard 2.0

 

Regards,
Simeon
Progress Telerik

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
Milan
Top achievements
Rank 1
Answers by
Milan
Top achievements
Rank 1
Simeon
Telerik team
Share this question
or