|
Copying the TLS certificate from jira.mariadb.org would be sufficient until 19 October 2019
|
|
Updated. Thanks
|
|
Didn't seem to have an effect:
$ openssl s_client -connect ftp.mariadb.com:990 -showcerts
|
CONNECTED(00000004)
|
depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA
|
verify return:1
|
depth=1 C = US, O = GeoTrust Inc., CN = RapidSSL SHA256 CA - G3
|
verify return:1
|
depth=0 OU = GT22528566, OU = See www.rapidssl.com/resources/cps (c)15, OU = Domain Control Validated - RapidSSL(R), CN = *.mariadb.com
|
verify error:num=10:certificate has expired
|
notAfter=Dec 18 17:32:49 2017 GMT
|
verify return:1
|
depth=0 OU = GT22528566, OU = See www.rapidssl.com/resources/cps (c)15, OU = Domain Control Validated - RapidSSL(R), CN = *.mariadb.com
|
notAfter=Dec 18 17:32:49 2017 GMT
|
verify return:1
|
---
|
|
|
|
forgive the lazy reopen but saves me copying a bug:
- TLSv1.3 (OUT), TLS handshake, Client hello (1):
} [512 bytes data]
- TLSv1.3 (IN), TLS handshake, Server hello (2):
{ [81 bytes data]
- TLSv1.0 (IN), TLS handshake, Finished (20):
{ [16 bytes data]
* TLSv1.0 (OUT), TLS change cipher, Change cipher spec (1):
}
[1 bytes data]
- TLSv1.0 (OUT), TLS handshake, Finished (20):
} [16 bytes data]
- SSL connection using TLSv1.0 / AES256-SHA
- Server certificate:
- subject: OU=Domain Control Validated; CN=*.mariadb.com
- start date: Aug 20 18:47:09 2018 GMT
- expire date: Dec 12 17:27:03 2019 GMT
Expired again.
|