chromium / badssl.com

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

untrusted-root.badssl.com certificate expired #417

Closed djcater closed 4 years ago

djcater commented 4 years ago

https://untrusted-root.badssl.com/

The certificate expired on 6th September 2019.

I saw that this was supposedly fixed in #403 so I checked on the command line as well:

$ openssl s_client -showcerts -connect untrusted-root.badssl.com:443 -servername untrusted-root.badssl.com < /dev/null | openssl x509 -text
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number:
            85:32:5d:72:bb:13:34:04
        Signature Algorithm: sha256WithRSAEncryption
        Issuer: C = US, ST = California, L = San Francisco, O = BadSSL, CN = BadSSL Untrusted Root Certificate Authority
        Validity
            Not Before: Sep  6 00:46:18 2017 GMT
            Not After : Sep  6 00:46:18 2019 GMT
        Subject: C = US, ST = California, L = San Francisco, O = BadSSL, CN = *.badssl.com
        Subject Public Key Info:
            Public Key Algorithm: rsaEncryption
                RSA Public-Key: (2048 bit)
                Modulus:
                    00:c2:04:ec:f8:8c:ee:04:c2:b3:d8:50:d5:70:58:
christhompson commented 4 years ago

Hmm I think I accidentally switched this back to the old certificate when I re-deployed earlier today. Fixed, and I've updated my production overlay so that I hopefully don't accidentally do that again next time :-)