Hi,
This may be really obvious question and I am just missing something, but I was wondering can Fiddler retrieve a HTTPS sites certificate details?
For example when I go to gmail, can Fiddler retrieve the "issued by" or "issued to" certificate information (or even the likes of expiry date)? I am guessing that if Fiddler is set to decrypt HTTPS traffic it wont be able to as the site uses Fiddlers own certificate? So maybe this is impossible, just curious...
ie something like- oSession["https-Client-Certificate"].issuedto (which in gmails case would return "*.google.com")
Hope that makes sense!
Many thanks,
Ian