Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7f553 commit ac73cedCopy full SHA for ac73ced
src/interfaces/libpq/fe-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.124 2009/04/24 09:43:10 mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.125 2009/05/03 17:16:58 tgl Exp $
15
16
* NOTES
17
@@ -1068,7 +1068,7 @@ initialize_SSL(PGconn *conn)
1068
{
1069
printfPQExpBuffer(&conn->errorMessage,
1070
libpq_gettext("root certificate file \"%s\" does not exist\n"
1071
- "Either supply the file or set sslverify to \"none\" to disable server certificate verification.\n"), fnbuf);
+ "Either provide the file or change sslmode to disable server certificate verification.\n"), fnbuf);
1072
return -1;
1073
}
1074
0 commit comments