mirror of
https://github.com/mariadb-corporation/mariadb-connector-c
synced 2026-08-14 22:29:06 -04:00
Changed the error message back to avoid failing tests
This commit is contained in:
parent
df953d6b76
commit
908785f9c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue