proxy - Proxying HTTPS traffic through Fiddler fails for remote clients? -


started fiddler on 1 machine, enabled remote connections , https. when trying open ie browser on remote machine (after configuring proxy settings manually) , trying browse https://www.gmail.com, getting usual warning. when trying "continue web site" getting "certificate error: navigation failed".

everything works fine when fiddler , browser running on same machine.

any appreciated.

you must configure client machine trust fiddler server's certificate.

from the help:

q: can fiddler decrypt https traffic different machine?

a: yes, if you've configured fiddler proxy traffic second computer or device, can decrypt traffic, 2 caveats:

  1. if client computer had run fiddler in https-decryption mode, attempts visit https pages secured other computer's version of fiddler fail unspecified certificate error. resolve this, remove old fiddler root certificate in client's trusted root certificate store using certmgr.msc. (the mismatched root certificate causes problem, every fiddler instance generates own unique root).

  2. if want client computer trust fiddler certificate, have copy or download fiddler root certificate client computer , manually install trusted root certification authorities store. can download fiddler root certificate visiting using url:

    http://hostname.of.fiddlermachine:8888/fiddlerroot.cer


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -