From d0c64c83889ea1e92bea5c7847f2ad6ef077d18a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 11 Apr 2009 16:46:54 +0000 Subject: [PATCH] More wording clarification of sslverify setting. --- doc/src/sgml/libpq.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 463993960f..3889c6aa7a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -6139,8 +6139,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) %APPDATA%\postgresql\root.crt.) libpq will then verify that the server's certificate is signed by one of the trusted certificate authorities. - The SSL connection will fail if the server does not present a trusted - certificate. Certificate Revocation List (CRL) entries are also checked + The SSL connection will fail if the server certificate cannot be verified. + Certificate Revocation List (CRL) entries are also checked if the file ~/.postgresql/root.crl exists (%APPDATA%\postgresql\root.crl on Microsoft Windows).