fiddler --- creation of the root certificate was not located 证书下载失败

来源:互联网 发布:阿里云域名解析设置 编辑:程序博客网 时间:2024/05/16 16:05
Fiddler最大的用处: 模拟请求、修改请求、手机应用调试

Fiddler 下载地址: http://www.telerik.com/download/fiddler

很简单的安装,需要注意的是win8的配置,安装完成之后会弹出一个网页,点击win8配置的那项,有详细的操作说明 
Fiddler <wbr>从安装到使用 <wbr>(creation <wbr>of <wbr>the <wbr>root <wbr>certificate <wbr>was&n

Fiddler 想要监听https,还需要相应的设置才行
依次选中tool->fiddler option->https

Fiddler <wbr>从安装到使用 <wbr>(creation <wbr>of <wbr>the <wbr>root <wbr>certificate <wbr>was&n

正常情况下就ok了
打开网页:http://localhost:8888/  点击 
  • You can download the FiddlerRoot certificate
安装证书完成


也有可能会出现creation of the root certificate was not located等错误;

需要
在命令行工具中 
cd "C:\Program Files (x86)\Fiddler2"
       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

如果成功的话
打开网页:http://localhost:8888/  点击 
  • You can download the FiddlerRoot certificate
如果失败
请参考:http://codego.net/4084163/

阅读全文
0 0
原创粉丝点击