Hey everyone,
I’m hitting a bit of a wall with mTLS in Fiddler Everywhere. My logs are showing the following error repeatedly: "[Error] [Fiddler] The server [domain] requested a client certificate, but no client certificate was available."
The Situation:
I have my client certificate ready (as a .pfx, no password).
My setup involves several subdomains, specifically:
appdata.mydomain.com
apps-boost-global.mydomain.com
They all use the SAME certificate.
The Problem: I can’t find a clear, definitive path on where to save these files so Fiddler Everywhere actually "sees" and picks them up. I've seen mentions of Documents\FiddlerCore, .fiddler\ClientCerts, and others, but none seem to trigger the handshake correctly.
My Questions:
What is the exact directory path Fiddler Everywhere uses for client certificates in the latest version?
Since I’m using the same cert for multiple domains, do I need to duplicate and rename the file for every single subdomain (e.g., hostname.pfx), or is there a way to map one cert to multiple hosts in the UI/Settings?
Does the file extension matter (should I use .pfx, .p12, or rename to .cer)?
