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

switching between Certenroll and makecert

1 Answer 520 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 04 Aug 2015, 11:25 PM

Hi There,

I have a question, perhaps someone can help me.

I got a software, that uses fiddler to capture network traffic and decrypt the HTTPS. The only 2 files are there: fiddlercore4.dll and fiddlercore4.xml.

The configuration has been made in such a way to use makecert.exe, however, the fiddler itself can use certenroll. what specifically should i change in the XML file to force it use certenroll instead of makecert? the windows 7 has issues with SHA256, and the generation of certificate fails all the time. However, if i use GUI version of fiddler, i could easily change between Makecert and Certenroll. Certenroll would work perfectly in such case.

 

Thank you.

1 Answer, 1 is accepted

Sort by
0
Eric Lawrence
Telerik team
answered on 06 Aug 2015, 08:22 PM
Hi, Andy--

Current versions of FiddlerCore will automatically fallback to CertEnroll on Windows 7 if makecert.exe isn't found. Alternatively, you can set 

    FiddlerApplication.Prefs.SetBoolPref("fiddler.certmaker.PreferCertEnroll", true);

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
Andy
Top achievements
Rank 1
Answers by
Eric Lawrence
Telerik team
Share this question
or