New to Telerik Test Studio? Download free 30-day trial

Description

I encountered a SSL certificate error while running performance tests in Telerik Test Studio. The issue seems related to the FiddlerCore engine used in the background by Test Studio. Fiddler certificates might be improperly configured or corrupted, causing the connection to not be trusted.

This knowledge base article also answers the following questions:

  • How to reset Fiddler SSL certificates for Telerik Test Studio?
  • How to resolve SSL errors in Test Studio performance mode?
  • How to fix SSL certificate issues affecting Test Studio tests?

Solution

To fix this issue, reset the Fiddler certificates using the following steps:

  1. If Fiddler Classic is installed, open it and navigate to the Options menu (Tools > Options > HTTPS).
  2. From the Actions dropdown, select "Reset All Certificates."
  3. Confirm all prompts about removing existing certificates and adding new ones.
  4. Ensure the prompt configuring Windows to always trust the Fiddler root certificate is confirmed.

If Fiddler is not actively used but was installed previously, remove leftover certificates manually:

  1. Open the Windows Certificate Manager by typing certmgr in the Start menu.
  2. Under "Trusted Root Certification Authorities," locate certificates named DO_NOT_TRUST_FiddlerRoot.
  3. Remove all Fiddler-related certificates.
  4. Close the Certificate Manager.

After resetting or removing certificates: 1. Open Telerik Test Studio. 2. Register the HTTPS certificate again. 3. Run tests in performance mode to confirm the issue is resolved.

See Also

In this article