fiddler抓包時出現creation of the cerificate was not successful解決方法
- 2019 年 10 月 5 日
- 筆記
1.使用Dos打開Fiddler安裝目錄
E:Fiddler
2.執行下方命令
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 08/19/2019
3.執行完成後重新選擇https即可安裝證書.
