This is a migrated thread and some comments may be shown as answers.

NET::ERR_CERT_AUTHORITY_INVALID

1 Answer 1448 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Mitanjo
Top achievements
Rank 1
Mitanjo asked on 21 Dec 2015, 09:04 AM

Hi everyone,

    I have implemented the code seen (in C#) http://fiddler.wikidot.com/fiddlercore-demo.As library,

I used the FiddlerCore4.dll,provided by installing fiddlercoreapisetup.exe;

When I launch the application, I can see an error (NET::ERR_CERT_AUTHORITY_INVALID) on my browser (Chrome);

I have already tried to figure out by adding a certificate (http://fiddler.wikidot.com/fiddlercore-faq) but the error always occurs.

 

Thanks,

 

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 21 Dec 2015, 06:49 PM
Hi, Mitanjo--

Unfortunately, you haven't really provided enough detail to go on. FiddlerCore can be used with all browsers and the certificates it generates can be trusted by browsers. 

You haven't said which certificate generator you're using? 

The FAQ page in question was written by a third-party and it's misleading at best. You should instead look at the Program.cs demo code that comes with the FiddlerCore installer. Specifically, you'll usually want to call:

   Fiddler.CertMaker.trustRootCert()

But if you're using the CertMaker addon you'll also need to ensure that you cache the root certificate and reuse it on subsequent invocations of your program; see http://weblog.west-wind.com/posts/2014/Jul/29/Using-FiddlerCore-to-capture-HTTP-Requests-with-NET for details.


Regards,
Eric Lawrence
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Windows
Asked by
Mitanjo
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or