When using fiddler to grab packets, we sometimes need to catch the HTTPS protocol packet, this need to configure the switch on monitoring HTTPS to
First Find Tools-->options
In the pop-up menu, select the HTTPS option, tick capture HTTPS
After you configure OK, you will usually be prompted to install the certificate, click Install, and then restart Fiddler.
But sometimes there is no window to install the certificate or no hint at all, this situation is generally more in the Win7, Win7 system HTTPS on the. NET Framework4.0 bug
After searching the web, the solution is
1.cmd command line to find the installation directory for fiddler such as:
CD C:\Users\JayshSoft\AppData\Local\Programs\Fiddler
Then execute the following command
Makecert.exe-r-ss my-n "Cn=do_not_trust_fiddlerroot, O=do_not_trust, ou=created by http://www.fiddler2.com"-sky Signa Ture-eku 1.3.6.1.5.5.7.3.1-h 1-cy authority-a sha1-m 120-b 09/11/2018
Note: This command last date 09/11/2018 must be greater than the current date otherwise the Create certificate is expired
This will allow you to install the certificate correctly once you have done it again.
I am Slinfen, small remember to check again later, also hope this article can help you!
Fiddler Grab packet HTTPS configuration hint creation of the root certificate is not successful certificate installation unsuccessful