win7安装Fiddler之后,一直无法成功创建根证书,提示报错:
有两种解决方法:
方法一:命令行
打开自己安装的Fiddler的路径下,按住shift 右击在此处打开命令行窗口
输入以下命令
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 10/12/2020
、
注意,最后的日期需要超过你安装软件的日期
方法二:
1.关闭Fiddler ,点击运行fiddlercertmaker.exe
下面是fiddlercertmaker的安装包的百度云链接:
链接:https://pan.baidu.com/s/1vSOmFoBm6FQ2PlLtcgiY6Q
提取码:s4hh
复制这段内容后打开百度网盘手机App,操作更方便哦
单击下载好的包,运行
·
2.重新打开Fiddler,创建根证书:
tools–>options–>HTTPS–>Decrypt HTPPS traffic–>Actions–>Trust Root Certificate