python-redmine icon indicating copy to clipboard operation
python-redmine copied to clipboard

Outdated TLS/SSL certificate

Open stfad opened this issue 8 months ago • 1 comments

Hello!

It seems like the tls/ssl certificate for the python-redmine.com is outdated:

[stfad@workstation ~]$ openssl s_client -showcerts -servername python-redmine.com -connect python-redmine.com:443 2>/dev/null | openssl x509 -inform pem -noout -text
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number:
            4f:0b:ce:3c:1c:59:02:03:0b:0e:40:8d:c5:ea:1b:e9
        Signature Algorithm: sha256WithRSAEncryption
        Issuer: C = GB, ST = Greater Manchester, L = Salford, O = Sectigo Limited, CN = Sectigo RSA Domain Validation Secure Server CA
        Validity
            Not Before: Feb  2 00:00:00 2024 GMT
            Not After : Mar  4 23:59:59 2025 GMT
        Subject: CN = python-redmine.com

Please be mindful to keep your certificate up-to-date.

Thanks!

stfad avatar Mar 05 '25 10:03 stfad