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

FiddlerCore - SSL Prompt every program launch

1 Answer 82 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
rawcx
Top achievements
Rank 1
rawcx asked on 20 Feb 2018, 08:42 AM

hey telerik,

 

I have been using fiddler core for a while now and the problem I've been having (which only recently started happening) is that when I try to capture/decrypt SSL with 'CertMaker.TrustRootCert();' it prompts me each time to install the certificate. I have used this code before and this has never happened.

 

This is my startup code if you need it >

            CertMaker.trustRootCert();
            FiddlerApplication.Startup(8877,FiddlerCoreStartupFlags.Default);
            oSecureEndpoint = FiddlerApplication.CreateProxyEndpoint(iSecureEndpointPort, true, sSecureEndpointHostname);
            FiddlerApplication.BeforeRequest += encodeOnReq;

 

thanks, xev

1 Answer, 1 is accepted

Sort by
0
rawcx
Top achievements
Rank 1
answered on 20 Feb 2018, 11:13 AM
close this please, I fixed it.
Tags
FiddlerCore
Asked by
rawcx
Top achievements
Rank 1
Answers by
rawcx
Top achievements
Rank 1
Share this question
or