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

Unable to record Application using fiddler2, however application working fine with fiddler4

3 Answers 192 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Arvind Kumar
Top achievements
Rank 1
Arvind Kumar asked on 11 Jan 2016, 12:01 PM
Hi All,
I am trying to record an application using fiddler 2, during recording its not even loading login page.
When checked in Fiddler logs and Inspector we see below message
"
fiddler.network.https> HTTPS handshake to "Application" (for #2) failed. System.IO.IOException Received an unexpected EOF or 0 bytes from the transport stream.
"
This is happening when "Decrypt HTTPS traffic" is checked, when unchecked, application is working fine.
We tried by enabling/disabling other security options(SSL 3.0, TLS 1.0, 1.1, 1.2) but failed.

Please note, we are able to record the same application using fiddler 4 but as per recommendations we have to use fiddler 2.

Please help.

Thanks in Advance,

3 Answers, 1 is accepted

Sort by
0
Vanya Pavlova
Telerik team
answered on 14 Jan 2016, 11:56 AM
Hello Arvind,



Fiddler2 should work fine on all major browsers. The first thing that comes to my mind is that something went wrong with the system configuration. Once you disable HTTPS decryption in Fiddler options, then click "Remove Interception Certificate". Afterwards, reenable decryption and click "Yes" on all prompts to trust the certificate. Then you should be able to load the site. 

Please follow this procedure and let me know whether the issue still persists. 


Regards,
Vanya Pavlova
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
0
Arvind Kumar
Top achievements
Rank 1
answered on 28 Jan 2016, 07:37 AM

Thanks for the response Vanya.

Tried that option, but issue still persisting. In addition to that, I removed all the DO_NOT_TRUST certificates by going to certmgr.msc with decrypt  HTTPS traffic disabled and tried recording again after enabling decrypt https traffic. But issue still persists

The issue mostly appears to be  related to TLS handshake.

0
EricLaw
Top achievements
Rank 1
answered on 31 Jan 2016, 02:28 AM

Fiddler 2 *only* supports SSL3.0 and TLS1.0 (this is a limitation of the .NET Framework).

To enable TLS1.1 and TLS1.2 you must use .NET4 with Fiddler 4 on Windows 7 and later.

Not sure what "as per recommendations" in your post means, but Fiddler2 should probably get retired soon.

Tags
Fiddler Classic
Asked by
Arvind Kumar
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Arvind Kumar
Top achievements
Rank 1
EricLaw
Top achievements
Rank 1
Share this question
or