The following message is displayed: creation of the root certificate was not successful certificate is not successfully installed.

Source: Internet
Author: User

The following message is displayed: creation of the root certificate was not successful certificate is not successfully installed.

When using Fiddler to capture packets, we sometimes need to capture https packets. This requires configuring https monitoring.

First find Tools --> Options

 

In the pop-up menu, select https and select capture https.

 

 

After the OK configuration is complete, a window pops up prompting you to install the certificate. Click Install and restart Fiddler.

However, sometimes there is no pop-up window to install the certificate or there is no prompt at all. This usually occurs in Win7, and there is a bug in. net Framework4.0 In the https aspect of Win7.

The solution is

1. Run the cmd command to find the installation directory of fiddler, for example:

Cd C: \ Users \ JayshSoft \ AppData \ Local \ Programs \ Fiddler

Run 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 signature-eku 1.3.6.1.5.7.3.1-h 1-cy authority-a sha1-m 120-B 09/11/2018

 

Note: the last date of this command must be later than the current date. Otherwise, the certificate creation will expire.

 

In this way, you can correctly install the certificate after re-configuration.

I'm Shi linfeng. I'll take a note and read it later. I hope this article will help you!

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.