【发布时间】:2011-04-01 22:13:31
【问题描述】:
我正在使用 Fiddler2(或尝试)来捕获访问 https 网络服务的 Windows 桌面小工具的 SSL 流量。它曾经可以工作,然后几天前就停止了,总是出现这个错误:
---------------------------
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
-------------------------------------------
(我从 google group for fiddler 刷了错误,虽然我刚刚发布了自己的错误,应该很快就会看到)。
有其他人遇到过这个问题并解决了吗? Fiddler 刚刚坏了吗?
【问题讨论】:
-
MakeCert 显然不适合你,“Fiddler”本身工作正常。下一步是收集进程监控日志并检查在访问注册表或磁盘上的文件时发现错误的位置。