Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

Unable to select CertEnroll as certificate generator in Windows Server 2016 (x64) without removing MAkeCert.dll

IDK why it dislikes the MakeCert files. Clearly a bug, to me.

  • Guest
  • Aug 22 2018
  • Under review
Bug
  • Attach files
  • Eric Lawrence commented
    August 24, 2018 18:58

    This is basically by-design, but the design could certainly be improved. The basic idea is that, if you install a certificate generation extension (e.g. the BCMakeCert extension), it will be used.

    If you do not, then Fiddler will fall back to using the built-in generator, which itself has two underlying engines (MakeCert.exe or CertEnroll.dll).

    FWIW, the BCMakeCert extension should be slightly superior to the built in CertEnroll provider (it has more features and touches the Windows certificate stores a bit less) although they're pretty comparable.