How do you remove the root CA certificate that fiddler installs

前端 未结 4 1317
渐次进展
渐次进展 2021-01-29 20:46

Fiddler helpfully offers to add a unique root CA certificate to intercept HTTPS traffic.

Once this certificate has been added, how do you go about removing it?

4条回答
  •  渐次进展
    2021-01-29 21:22

    Just expanding on EricLaw's 2nd option, which is more useful if you've put that cert on multiple devices (fairly common during network testing), and you only want to remove it on one (source - http://www.cantoni.org/2013/11/06/capture-android-web-traffic-fiddler):

    1. Go to the Security tab in settings
    2. Tap Trusted credentials, then select the User tab
    3. Tap on the Fiddler “Do not trust” certificate, then scroll down to remove it
    4. You may need to power cycle your device to get all apps to forget about the Fiddler certificate (e.g., the Chrome browser will continue to try to use it for a while)

提交回复
热议问题