mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Message style improvements
This commit is contained in:
@@ -1543,7 +1543,7 @@ connectOptions2(PGconn *conn)
|
||||
&& strcmp(conn->sslmode, "verify-full") != 0)
|
||||
{
|
||||
conn->status = CONNECTION_BAD;
|
||||
libpq_append_conn_error(conn, "weak sslmode \"%s\" may not be used with sslrootcert=system (use verify-full)",
|
||||
libpq_append_conn_error(conn, "weak sslmode \"%s\" may not be used with sslrootcert=system (use \"verify-full\")",
|
||||
conn->sslmode);
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user