Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d0c64c8

Browse files
committed
More wording clarification of sslverify setting.
1 parent fbaeae3 commit d0c64c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.282 2009/04/11 12:27:53 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.283 2009/04/11 16:46:54 momjian Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -6139,8 +6139,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough)
61396139
<filename>%APPDATA%\postgresql\root.crt</filename>.)
61406140
<application>libpq</application> will then verify that the server's
61416141
certificate is signed by one of the trusted certificate authorities.
6142-
The SSL connection will fail if the server does not present a trusted
6143-
certificate. Certificate Revocation List (CRL) entries are also checked
6142+
The SSL connection will fail if the server certificate cannot be verified.
6143+
Certificate Revocation List (CRL) entries are also checked
61446144
if the file <filename>~/.postgresql/root.crl</filename> exists
61456145
(<filename>%APPDATA%\postgresql\root.crl</filename> on Microsoft
61466146
Windows).

0 commit comments

Comments
 (0)