Fiddler抓取https方法

基本配置

  菜单 —> menu —> tool —> https
  勾选"捕获https连接"
  勾选"捕获https流量"
  勾选"检查证书吊销状态"
  动作——信任根证书

问题一

  • 解决creation of the root certificate was not successful报错
  cd fiddler安装目录,键入命令:makecert.exe -r -ss my -n "CN=DO_NOT_TRUST_FiddlerRoot, O=DO_NOT_TRUST, OU=Created by http://www.fiddler2.com" -sky signature -eku 1.3.6.1.5.5.7.3.1 -h 1 -cy authority -a sha1 -m 120 -b 09/05/2012

问题二

  • 解决unable to configure windows to trust Fiddler Root certificate
  下载http://www.enhanceie.com/dl/FiddlerCertMaker.exe安装

问题三

  • 网页提示https页面不安全
  menu——tool——https——动作——导出证书
  游览器——高级——证书——导入fiddler证书
posted @ 2020-02-08 14:45  戡玉  阅读(175)  评论(0编辑  收藏  举报