How do you remove the root CA certificate that fiddler installs

前端 未结 4 1318
渐次进展
渐次进展 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:38

    Either of two ways:

    1) Disable HTTPS decryption and click the button titled "Remove Interception Certificates"

    fiddler options dialog

    2) Open CertMgr.msc, open the Personal and Trusted Stores, and use the Delete key on the root.

提交回复
热议问题