diff --git a/tests/ci/integration/mariadb_patch/ssl_crl_expect.patch b/tests/ci/integration/mariadb_patch/ssl_crl_expect.patch index 933f7ae539a..948e60bfe13 100644 --- a/tests/ci/integration/mariadb_patch/ssl_crl_expect.patch +++ b/tests/ci/integration/mariadb_patch/ssl_crl_expect.patch @@ -7,6 +7,6 @@ index 9b475857..58d23087 100644 --echo # try logging in with a certificate in the server's --ssl-crl : should fail # OpenSSL 1.1.1a correctly rejects the certificate, but the error message is different ---replace_regex /ERROR 2013 \(HY000\): Lost connection to server at '.*', system error: [0-9]+/ERROR 2026 (HY000): TLS\/SSL error: sslv3 alert certificate revoked/ -+--replace_regex /ERROR 2013 \(HY000\): Lost connection to server at '.*', system error: [0-9]+/ERROR 2026 (HY000): TLS\/SSL error: sslv3 alert certificate revoked/ERROR 2026 (HY000): SSL error: SSLV3_ALERT_CERTIFICATE_REVOKED/ ++--replace_regex /ERROR 2013 \(HY000\): Lost connection to server at '.*', system error: [0-9]+/ERROR 2026 (HY000): TLS\/SSL error: sslv3 alert certificate revoked/ /SSLV3_ALERT_CERTIFICATE_REVOKED/sslv3 alert certificate revoked/ --error 1 --exec $MYSQL --ssl-ca=$MYSQL_TEST_DIR/std_data/cacert.pem --ssl-key=$MYSQL_TEST_DIR/std_data/client-key.pem --ssl-cert=$MYSQL_TEST_DIR/std_data/client-cert.pem test -e "SHOW STATUS LIKE 'Ssl_version'" 2>&1