diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-04-11 16:46:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-04-11 16:46:54 +0000 |
commit | d0c64c83889ea1e92bea5c7847f2ad6ef077d18a (patch) | |
tree | e04d0b29b69afccb653b43866f5e827dbd4dabbc | |
parent | fbaeae3fc50b624107fa8f42d25b2aef44648713 (diff) | |
download | postgresql-d0c64c83889ea1e92bea5c7847f2ad6ef077d18a.tar.gz postgresql-d0c64c83889ea1e92bea5c7847f2ad6ef077d18a.zip |
More wording clarification of sslverify setting.
-rw-r--r-- | doc/src/sgml/libpq.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.282 2009/04/11 12:27:53 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.283 2009/04/11 16:46:54 momjian Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -6139,8 +6139,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) <filename>%APPDATA%\postgresql\root.crt</filename>.) <application>libpq</application> 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 <filename>~/.postgresql/root.crl</filename> exists (<filename>%APPDATA%\postgresql\root.crl</filename> on Microsoft Windows). |