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
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.