Fiddler 证书安装后还是无法抓取移动端的 HTTPS 流量问题的解决办法

2023-02-18 15:28:47 浏览数 (1)

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

代码语言:javascript复制
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 原来的证书就会失效掉,重新在 Fiddler 信任证书,然后 客户端 也相应的下载最新的证书 安装信任。

百度云网盘下载 fiddlercertmaker.exe:

链接: https://pan.baidu.com/s/1p7v5XXOkCsf8yEZiRtrEDA

提取码: msrq

复制这段内容后打开百度网盘手机App,操作更方便哦

0 人点赞