Changed the error message back to avoid failing tests

This commit is contained in:
Georg Richter 2026-07-31 11:54:38 +02:00
parent df953d6b76
commit 908785f9c2

View file

@ -876,7 +876,7 @@ retry:
!password_and_hashing(mysql, auth_plugin))
{
my_set_error(mysql, CR_SSL_CONNECTION_ERROR, SQLSTATE_UNKNOWN,
ER(CR_SSL_CONNECTION_ERROR), "Certificate verification failure");
ER(CR_SSL_CONNECTION_ERROR), "Failed to verify the server certificate");
return 1;
}
goto retry;