chromium / badssl.com

:lock: Memorable site for testing clients against bad SSL configs.
https://badssl.com
Apache License 2.0
2.78k stars 186 forks source link

Root CA used in client.badssl.com #509

Open Truth- opened 1 year ago

Truth- commented 1 year ago

Hi,

I'm unable to find the root CA used to generate the client certificates https://badssl.com/download/

My application gets the following error when trying to do a GET request on https://client.badssl.com/: [PocoHTTP] [ERROR] LogInvalidKeyHandler.h:25 Unable to verify certificate: unable to get local issuer certificate

I believe this is due to it openssl not being able to verify the trust chain.

So is the root CA available for download somewhere so that i can add it to app.

Thanks in advance