Fiddler test pop-up window error: creation of the root certificate was not successful

Recently, I encountered some strange and small problems using fiddler to debug the app. It seems that I still don't know enough about fiddler.
Fiddler pop-up window creation of the root certificate was not successful, affecting the debugging interface
I simply solved the problem under Baidu, because I also set up a request to monitor https. Maybe at this time, because of the certificate, the specific principle is not too clear.
open cmd window
cd c:\soft\Fiddler2
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

 

When setting up monitoring https, here we may overlook a small detail:

Here you need to change to a remote service. You can choose where you want to monitor the request, and check the remote one, because I am the request monitor of the mobile phone, otherwise the browser may not be able to open.

done。

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324955390&siteId=291194637