I would like to load the Root CA generated by Fiddler in FiddleCore to be use to sign HTTPS certificates on the fly. My reason for doing this is to be able to switch between Fiddler and FiddlerCore on the fly.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
First the fiddler.certmaker.bc.cert
and fiddler.certmaker.bc.key
pref values in Fiddler are obtained by typing about:config
in the QuickExec bar.
Afterwards in FiddlerCore (before starting the proxy) they are applied:
Fiddler.FiddlerApplication.Prefs.SetStringPref("fiddler.certmaker.bc.key", FIDDLER_KEY);
Fiddler.FiddlerApplication.Prefs.SetStringPref("fiddler.certmaker.bc.cert", FIDDLER_CERT);