美文网首页
fiddler 提示creation of the root c

fiddler 提示creation of the root c

作者: 养码哥 | 来源:发表于2018-11-11 11:30 被阅读0次

    最近使用Fiddler抓包工具,安装后提示:“Fiddler creation of the root certificate was not successful”问题,上网查询后说是没有安装证书,然后结合网上说的办法进行了解决,自己也记录一下。

    一、使用doc命令行进入fiddler的安装目录
    二、然后使用如下命令语句(其中最后的时间:12/31/2020必须比现在的时间大):

    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 12/31/2020

    三、最后运行提示后,再进入软件勾选HTTP的对应选项就OK了。


    相关文章

      网友评论

          本文标题:fiddler 提示creation of the root c

          本文链接:https://www.haomeiwen.com/subject/hcsxfqtx.html