【转】Windows中设置Fiddler抓HTTPS请求的解决办法 Unable to configure Windows to Trust the Fiddler Root certificate .

官网设置

  • Click Tools > Fiddler Options > HTTPS.
  • Click the Decrypt HTTPS Traffic box. 
    按照上述要求,我的设置是这样的: 
    【转】Windows中设置Fiddler抓HTTPS请求的解决办法   Unable to configure Windows to Trust the Fiddler Root certificate .

然并卵,有作用就不用写这个记录了。点开图上右上角的“Actions”,可以看到下图的列表: 
【转】Windows中设置Fiddler抓HTTPS请求的解决办法   Unable to configure Windows to Trust the Fiddler Root certificate .

点击图中红色箭头所指的选项,会提示官网文档的弹窗: 
【转】Windows中设置Fiddler抓HTTPS请求的解决办法   Unable to configure Windows to Trust the Fiddler Root certificate . 
【转】Windows中设置Fiddler抓HTTPS请求的解决办法   Unable to configure Windows to Trust the Fiddler Root certificate .

然鹅并没有,我得到一个弹窗提示:

unable to configure windows to trust Fiddler Root certificate. 
【转】Windows中设置Fiddler抓HTTPS请求的解决办法   Unable to configure Windows to Trust the Fiddler Root certificate .

解决办法

    • 第一步:下载FiddlerCertMaker到本地,双击安装改文件。地址: http://www.enhanceie.com/dl/FiddlerCertMaker.exe
    • 第二步:重新在上图“Actions”选项中点击第一个,就会提示官网的界面。
    • 第三步:在CMD中输入certMgr.msc打开证书管理,找到如下证书,说明安装成功: 
      【转】Windows中设置Fiddler抓HTTPS请求的解决办法   Unable to configure Windows to Trust the Fiddler Root certificate .
      -第四步:手机安装fiddler证书,浏览器访问 x.x.x.x:8888即可(x.x.x.x是电脑的IP地址)
上一篇:Webpack飞行手册


下一篇:5种网络IO模型(有图,很清楚)