1. 程式人生 > >Fiddler 抓包https配置 提示:creation of the root certificate was not successful 證書安裝不成功

Fiddler 抓包https配置 提示:creation of the root certificate was not successful 證書安裝不成功

參考 https ati www ESS www. 否則 http logs

window7 提示:creation of the root certificate was not successful 證書安裝不成功

1.cmd 命令行 找到fiddler的安裝目錄 如:

cd C:\Users\JayshSoft\AppData\Local\Programs\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/11/2018

技術分享圖片

註意:這個命令最後的日期 09/11/2018 一定要大於現在的日期 否則創建證書是過期的

參考地址:https://www.cnblogs.com/jayshsoft/p/7503171.html

Fiddler 抓包https配置 提示:creation of the root certificate was not successful 證書安裝不成功