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

Can't load https page while capturing

1 Answer 164 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 10 Mar 2014, 04:43 PM
I'm seeing response text like this:

fiddler.network.https> Failed to secure existing connection for <url> . A call to SSPI failed, see inner exception. InnerException: System.ComponentModel.Win32Exception: The token supplied to the function is invalid

The server is Tomcat.

Fiddler v2.4.6.2

Thx,
Ed

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 14 Mar 2014, 08:15 PM
Hello, Ed--

The error message in question is coming from Windows, which is apparently having a problem accessing the private key for the certificate. Which version of Windows are you using? Do you have all updates from WindowsUpdate installed? Do you have any 3rd party encryption or SmartCard software (e.g. "Entrust") installed?

Your first step should be to disable HTTPS decryption and choose "Remove Interception Certificates." Delete all certificates and untrust from the certificate store.
 
Next, re-enable HTTPS decryption, allow the root to be recreated and retrusted. Then see if the problem goes away.
 
If not, try installing the Fiddler Certificate Generator plugin and restart. Use the QuickExec box and type:
 
  prefs set fiddler.certmaker.bc.Debug True
 
and hit enter. Restart Fiddler and do you see anything more in the Log tab when you try to navigate to a HTTPS site?
 
 
 
 
 
 
 
 
 
Tags
Fiddler Classic
Asked by
Ed
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or