码迷,mamicode.com
首页 > 其他好文 > 详细

[Fiddler]Unable to Generate Certificate

时间:2015-11-20 19:42:15      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:

I‘m using Fiddler2 (or trying) to capture SSL traffic for a windows desktop gadget hitting an https web service. It used to work, and then it stopped a couple days ago, always with this error:

---------------------------
Unable to Generate Certificate
---------------------------
Creation of the interception certificate failed.
makecert.exe returned -1.
Results from C:\Program Files\Fiddler2\MakeCert.exe -ss my -n
"CN=DO_NOT_TRUST_FiddlerRoot, O=DO_NOT_TRUST, OU=Created by
http://www.fiddler2.com" -eku 1.3.6.1.5.5.7.3.1 -r -cy authority -a
sha1
Error: Can‘t create the key of the subject (‘JoeSoft‘)
Failed
------------------------------------------- 

To   configure Fiddler to capture web traffic from window, just follow these steps.

1.open Fiddler. Click Tools, Fiddler Options..

技术分享

2.Select the Connections tab. Fiddler listens on port 88888 by default but can be changed here if needed. Make sure the Allow remote computers to connect option is checked. It is not checked by default.

技术分享

 

3.Click OK. You will need to close and re-open Fiddler for the changes to take effect.

技术分享

4.Once Fiddler is re-opened, make sure it is capturing traffic by clicking on File. The Capture Traffic option should have a checkmark next to it. 技术分享

[Fiddler]Unable to Generate Certificate

标签:

原文地址:http://www.cnblogs.com/jacksundatashare/p/4981640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!