Skip to content

Instantly share code, notes, and snippets.

@ericlaw1979
Created March 9, 2016 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ericlaw1979/d37ac137a1da8d5818df to your computer and use it in GitHub Desktop.
Save ericlaw1979/d37ac137a1da8d5818df to your computer and use it in GitHub Desktop.
Prevent Fiddler's annoying "<x> asks for a client certificate" prompt
// Click Rules, Customize Rules.
// Inside static function Main() {, add the following line:
FiddlerApplication.Prefs.SetBoolPref("fiddler.network.https.clientcertificate.ephemeral.prompt-for-missing", false);
// Then save the script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment