美文网首页
Fiddler证书 在 ios 上信任后仍提示不受信任的解决方法

Fiddler证书 在 ios 上信任后仍提示不受信任的解决方法

作者: mocobk | 来源:发表于2020-10-30 12:00 被阅读0次

    ios 上一般信任 HTTPS 证书即可抓HTTPS的包,但最近发现 ios 系统 13以上出现即使安装并信任了证书,
    当用 safari 浏览百度时仍出现是否信任该网站的弹窗。经过一番搜索后发现原来 Fiddler 默认的证书生成工具对移动端可能会出现不兼容的情况,建议安装一个插件CertMaker for iOS and Android

    iOS devices and Android devices may not work with the default HTTPS interception certificates used by Fiddler. To resolve this incompatibility, you may install a Certificate Generating plugin that generates interception certificates compatible with those platforms.

    image

    https://www.telerik.com/fiddler/add-ons

    插件直接下载地址

    安装完后Fiddler原来的证书就会失效掉,重新安装信任即可

    相关文章

      网友评论

          本文标题:Fiddler证书 在 ios 上信任后仍提示不受信任的解决方法

          本文链接:https://www.haomeiwen.com/subject/yuxdvktx.html