fiddler报错"creation of the root certificate was not successful"
证书问题
1.找到安装路径
2.打开cmd
3.输入
d:
cd ...\Fiddler
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
网友评论