File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.607 2009/03/27 11:58:21 mha Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.608 2009/03/27 12:01:57 mha Exp $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -2216,8 +2216,15 @@ do it for earlier branch release files.
2216
2216
2217
2217
<listitem>
2218
2218
<para>
2219
- Fix libpq certificate validation for SSL connections (Magnus) bjm:
2220
- details?
2219
+ Fix libpq certificate validation for SSL connections (Magnus)
2220
+ </para>
2221
+
2222
+ <para>
2223
+ libpq now verifies both the certificate and the name of the server by
2224
+ default when making SSL connections. If a root certificate is not
2225
+ available to use for verification, SSL connections will fail. The
2226
+ "sslverify" parameter can be used to disable the host and certificate
2227
+ verification if required.
2221
2228
</para>
2222
2229
</listitem>
2223
2230
You can’t perform that action at this time.
0 commit comments