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

Fiddler And ClientCertificate(PKI)

1 Answer 277 Views
FiddlerCore
This is a migrated thread and some comments may be shown as answers.
Saravana
Top achievements
Rank 1
Saravana asked on 04 Jul 2017, 05:51 AM

I am using PKI for my web application. From the browser i am able to select the client certificate and website is working fine. I want to debug our website through Fiddler. But through fiddler i am unable to send the client certificate to server. I modified fillder's CustomeRules.js file as below.

 

static function OnBeforeRequest(oSession: Session)
{
oSession["https-Client-Certificate"] = "E:\\Cer\\AuthCer.cer";
//Other Code....
}

But still no change. I am getting below error in chrome
This site can’t be reached.

Please help me to solve this issue

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 12 Jul 2017, 05:08 PM
Hi,

Does this get executed on the CONNECT tunnel session? You might also try setting the fiddler.config.path.defaultclientcert to the location of your certificate.

Regards,
Tsviatko Yovtchev
Progress 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
FiddlerCore
Asked by
Saravana
Top achievements
Rank 1
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or