diff options
Diffstat (limited to 'mysql-test/main/ssl_crl.result')
-rw-r--r-- | mysql-test/main/ssl_crl.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/ssl_crl.result b/mysql-test/main/ssl_crl.result new file mode 100644 index 00000000..d5603254 --- /dev/null +++ b/mysql-test/main/ssl_crl.result @@ -0,0 +1,5 @@ +# try logging in with a certificate not in the server's --ssl-crl : should succeed +Variable_name Value +Ssl_version TLS_VERSION +# try logging in with a certificate in the server's --ssl-crl : should fail +ERROR 2026 (HY000): TLS/SSL error: sslv3 alert certificate revoked |