diff options
author | Georg Richter <georg@mariadb.com> | 2022-07-29 07:40:00 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2022-07-29 13:39:12 +0200 |
commit | f9315b33217c5c126995a6c1d2c286d480091776 (patch) | |
tree | aa916c241424c56fccb3a3405e022db14d9a7f51 /mysql-test/main/ssl_crl.result | |
parent | cbcc0101ee3016b398490685d30db296b1892db7 (diff) | |
download | mariadb-git-f9315b33217c5c126995a6c1d2c286d480091776.tar.gz |
CC 3.1 update
Test fixes:
Since fix for CONC-603 (wrong error handling in TLS read/write) in case
of a read/write error client doesn't return always error 2013 (server
has gone away), so in addition we need to check for error 2026
(TLS/SSL error) and 5014 (write error).
Diffstat (limited to 'mysql-test/main/ssl_crl.result')
-rw-r--r-- | mysql-test/main/ssl_crl.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/ssl_crl.result b/mysql-test/main/ssl_crl.result index 598774bd772..d5603254ea5 100644 --- a/mysql-test/main/ssl_crl.result +++ b/mysql-test/main/ssl_crl.result @@ -2,4 +2,4 @@ Variable_name Value Ssl_version TLS_VERSION # try logging in with a certificate in the server's --ssl-crl : should fail -ERROR 2026 (HY000): SSL connection error: sslv3 alert certificate revoked +ERROR 2026 (HY000): TLS/SSL error: sslv3 alert certificate revoked |