|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.282 2009/04/1112:27:53 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.283 2009/04/1116:46:54 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq"> |
4 | 4 | <title><application>libpq</application> - C Library</title> |
@@ -6139,8 +6139,8 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) |
6139 | 6139 | <filename>%APPDATA%\postgresql\root.crt</filename>.) |
6140 | 6140 | <application>libpq</application> will then verify that the server's |
6141 | 6141 | certificate is signed by one of the trusted certificate authorities. |
6142 | | - The SSL connection will fail if the serverdoes not present a trusted |
6143 | | -certificate.Certificate Revocation List (CRL) entries are also checked |
| 6142 | + The SSL connection will fail if the servercertificate cannot be verified. |
| 6143 | + Certificate Revocation List (CRL) entries are also checked |
6144 | 6144 | if the file <filename>~/.postgresql/root.crl</filename> exists |
6145 | 6145 | (<filename>%APPDATA%\postgresql\root.crl</filename> on Microsoft |
6146 | 6146 | Windows). |
|