Skip to content

Commit ac73ced

Browse files
committed
Fix already-obsolete hint message ... sslverify parameter is no more.
1 parent 5c7f553 commit ac73ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.124 2009/04/24 09:43:10 mha Exp $
14+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.125 2009/05/03 17:16:58 tgl Exp $
1515
*
1616
* NOTES
1717
*
@@ -1068,7 +1068,7 @@ initialize_SSL(PGconn *conn)
10681068
{
10691069
printfPQExpBuffer(&conn->errorMessage,
10701070
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);
1071+
"Either provide the file or change sslmode to disable server certificate verification.\n"), fnbuf);
10721072
return -1;
10731073
}
10741074
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy