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

wrong-host.badssl.com certificate has expired #458

Closed SamuelNitsche closed 3 years ago

SamuelNitsche commented 3 years ago

I am using this endpoint to test my application and I see errors that the certificate has expired back in 2018. Can you generate a new one?

PavelD commented 3 years ago

I was about to report similar:

https://no-common-name.badssl.com/ reports following:

Websites prove their identity via certificates, which are valid for a set time period. The certificate for no-common-name.badssl.com expired on 6/23/2020.

Error code: SEC_ERROR_EXPIRED_CERTIFICATE

vyrp commented 3 years ago

https://wrong-host.badssl.com/ 's certificate seems to be up to date. I get a not-after value of 2022-05-17T05:00:00.

However, https://no-common-name.badssl.com/ and https://no-subject.badssl.com/ are out of date.

vyrp commented 3 years ago

Ohhh, I confused https://wrong-host.badssl.com/ with https://wrong.host.badssl.com/.

SamuelNitsche commented 3 years ago

I think I confused wrong-host.badssl.com with wrong.host.badssl.com. Thanks @vyrp for bringing this to my attention.