Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can i import fiddler-generated Certificate to iOS device

Tags:

ios

https

fiddler

Fiddler2's help page (http://www.fiddler2.com/fiddler/help/httpsdecryption.asp) says the following:

Q: Can Fiddler intercept traffic from Apple iOS devices like iPad/iPhone/iPod Touch?

A: Yes, but you must replace Fiddler's default certificate generator. Download and install the new Certificate Maker and restart Fiddler. Note: The plugin certificate generator currently requires Windows Vista or later. Windows XP and 2003 will show an error message in the Log tab and will not properly work with this plugin.

But how can I import the fiddler-generated Certificate to iOS device, such as iTouch?

Any reply is appreciated.

like image 257
macskuz Avatar asked Dec 12 '11 18:12

macskuz


People also ask

How do I install a Fiddler certificate on my Iphone?

On your iOS device, open General and install the certificate via the Profile Downloaded. Note that this option will appear after the certificate is downloaded. (iOS 10.3+) Go to General > About > Certificate Trust Settings and enable full trust for the DO_NOT_TRUST_FiddlerRoot certificate.

Does Fiddler work on iOS?

Click the Fiddler root certificate link to download it. On your iOS device, open General and install the certificate through Profile Downloaded. Note that this option will appear only after the certificate is downloaded.

How do I import a certificate into Fiddler?

Start Fiddler Everywhere and go to Settings > HTTPS. Click the Trust Root Certificate button. Confirm your choice and add the certificate in the popup that appears. Enable capturing the HTTPS traffic by selecting the Capture HTTPS traffic checkbox.

Where does Fiddler store certificates?

All generated certificates are stored in the Fiddler-running user's Windows certificate storage area. (Certificates can be seen by launching the CertMgr.


1 Answers

You should be able to install the certificate by navigating to http://example:8888/FiddlerRoot.cer, where example is the machine running Fiddler.

like image 54
Jim Avatar answered Nov 15 '22 09:11

Jim