您的位置:首页 > 其它

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

2016-09-06 11:23 525 查看

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


(2015-11-23 10:39:28)

  
Fiddler最大的用处: 模拟请求、修改请求、手机应用调试

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

很简单的安装,需要注意的是win8的配置,安装完成之后会弹出一个网页,点击win8配置的那项,有详细的操作说明 




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





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

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

需要
在命令行工具中 
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 -eku1.3.6.1.5.5.7.3.1
-h 1 -cy authority -a sha1 -m 120 -b09/05/2012

如果成功的话

打开网页:http://localhost:8888/ 点击 
You can download the FiddlerRootcertificate

如果失败
请参考:http://codego.net/4084163/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐