titanium-web-proxy icon indicating copy to clipboard operation
titanium-web-proxy copied to clipboard

Use Custom RootCertificate, DefaultWindows And BouncyCastle has Two behaviors?

Open kingcomxu opened this issue 2 years ago • 0 comments

when set CertificateEngine = DefaultWindows, every thing fine, and when set CertificateEngine = BouncyCastle, browser shows ERR_CERT_AUTHORITY_INVALID!!!

In BCCertificateMaker.cs source , var issuerDn = new X509Name(issuerName); I change it to var issuerDn = new X509Name(true, issuerName); Then everything is fine.

ps: my root.pfx is created by openssl, and used in filldercore is worked, so I think maybe it's a bug in BCCertificateMaker

kingcomxu avatar Jun 27 '23 09:06 kingcomxu