IOS13及以上Fiddler不能抓包问题解决

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

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.

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

 

fiddlercertmaker

posted @ 2022-11-26 19:54  艳飞扬  阅读(346)  评论(0编辑  收藏  举报