Fiddler抓取https方法
Posted kanyu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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证书
以上是关于Fiddler抓取https方法的主要内容,如果未能解决你的问题,请参考以下文章