From: Bruce Momjian Date: Sat, 11 Apr 2009 16:46:54 +0000 (+0000) Subject: More wording clarification of sslverify setting. X-Git-Tag: REL8_4_BETA2~121 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0c64c83889ea1e92bea5c7847f2ad6ef077d18a;p=thirdparty%2Fpostgresql.git More wording clarification of sslverify setting. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 463993960f5..3889c6aa7a9 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).