2012-08-14 17:23:34 +03:00
|
|
|
# Test clients with and without CRL lists
|
|
|
|
############ Test mysql ##############
|
|
|
|
# Test mysql connecting to a server with a certificate revoked by -crl
|
2022-07-29 07:40:00 +02:00
|
|
|
ERROR 2026 (HY000): TLS/SSL error: certificate revoked
|
2012-08-14 17:23:34 +03:00
|
|
|
# Test mysql connecting to a server with a certificate revoked by -crlpath
|
2022-07-29 07:40:00 +02:00
|
|
|
ERROR 2026 (HY000): TLS/SSL error: certificate revoked
|
2012-08-14 17:23:34 +03:00
|
|
|
############ Test mysqladmin ##############
|
|
|
|
# Test mysqladmin connecting to a server with a certificate revoked by -crl
|
2022-09-23 18:28:12 +10:00
|
|
|
mariadb-admin: connect to server at 'localhost' failed
|
2022-07-29 07:40:00 +02:00
|
|
|
error: 'TLS/SSL error: certificate revoked'
|
2012-08-14 17:23:34 +03:00
|
|
|
# Test mysqladmin connecting to a server with a certificate revoked by -crlpath
|
2022-09-23 18:28:12 +10:00
|
|
|
mariadb-admin: connect to server at 'localhost' failed
|
2022-07-29 07:40:00 +02:00
|
|
|
error: 'TLS/SSL error: certificate revoked'
|