首页 > Windows开发 > 详细

fiddler 无法安装https证书问题 unable to configure windows to trust the fiddler root certificate

时间:2017-12-08 21:37:31      阅读:3767      评论:0      收藏:0      [点我收藏+]
 
 
需要
在命令行工具中 
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/  点击 
如果失败
请参考:http://codego.net/4084163/
 
转自:http://blog.sina.com.cn/s/blog_63efaf480102w5xj.html

fiddler 无法安装https证书问题 unable to configure windows to trust the fiddler root certificate

原文:http://www.cnblogs.com/xiaoyii/p/8006994.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!