fiddler证书安装错误(the log tab may contain more information)

阅读更多
解决fiddler证书安装错误(the log tab may contain more information)

cdm 进入命令提示符
输入cd  f:/fiddler(fiddler 安装目录)
输入d:
复制粘贴
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 04/04/2018 
末尾的日期改为当前日期
回车,窗口中显示 succeeded
进入fiddler,点击tool->fidderl options... ,点击HTTPS
选择capture https connects 和 decrypt https traffic后,再点击右侧 Action ->trust tool certificate, 点击是即可


你可能感兴趣的:(fiddler)