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

NullReferenceException in Session.cs_line 4353

1 Answer 144 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 17 Nov 2016, 10:08 PM

Hello Support,

I have a problem with Fiddler v4.6.3.44034 while recording a session against a https-Server.

The following exception is recorded in the log:

23:00:10:3693 Automatic authentication of Session #659 was unsuccessful. System.NullReferenceException Object reference not set to an instance of an object.
   at Fiddler.Session.ž() in c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\Session.cs:line 4353

The corresponding request is returing a 502 with the following response text:

[Fiddler] The connection to the upstream proxy/gateway failed. Closing Fiddler,
changing your system proxy settings, and restarting Fiddler may help.
System.Exception Upstream Gateway refused requested CONNECT. 407

 

Trying QuickExec  prefs set fiddler.composer.HTTPSProxyBasicCreds username:password does not help.

 

Do you know a solution for this issue?

Thanks 

Frank

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 29 Nov 2016, 07:14 PM
Hello,

That's a weird one. Could you try doing this in FiddlerScript OnBeforeRequest:

oSession["x-AutoAuth"] = "(default)"

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