More wording clarification of sslverify setting.
authorBruce Momjian
Sat, 11 Apr 2009 16:46:54 +0000 (16:46 +0000)
committerBruce Momjian
Sat, 11 Apr 2009 16:46:54 +0000 (16:46 +0000)
doc/src/sgml/libpq.sgml

index 463993960f549e61e93a51fcbf3edc65e4a01af7..3889c6aa7a924d421473726a294ce5876947449e 100644 (file)
@@ -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).