fiddler抓包的時候出現 creation of the root certificate was not successful 這個錯誤

環境是win7html

解決方式:.net

1.去掉 https 捕獲選項命令行

        

2. 刪除ie下的fiddler證書:將證書下的全部DO_NOT_TRUST_FIDDER證書都刪掉htm

        

        

3. cmd命令行,找到fiddler的安裝目錄 ,執行以下命令:blog

      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/11/2018cmd

        

注意:這個命令最後的日期 09/11/2018  必定要大於如今的日期 不然建立證書是過時的it

4.配置 https 捕獲選項fiddler

     

     勾選彈出下圖配置

    

    選擇Yesim

    

    證書安裝成功

5.重啓Fiddler,就能夠抓去https的數據包了。

參考:

http://www.cnblogs.com/jayshsoft/p/7503171.html

http://blog.csdn.net/wwdz_rwx/article/details/50396163

相關文章
相關標籤/搜索