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 $ -->
22<!--
33
44Typical markup:
@@ -2216,8 +2216,15 @@ do it for earlier branch release files.
22162216
22172217 <listitem>
22182218 <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.
22212228 </para>
22222229 </listitem>
22232230
You can’t perform that action at this time.
0 commit comments