Commit 7e9375a5 authored by Magnus Hagander's avatar Magnus Hagander

Remove sslverify parameter from release notes, mention that sslmode is

used instead.
parent e883d0b5
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.630 2009/04/19 15:49:34 tgl Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.631 2009/04/24 13:01:30 mha Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -2622,24 +2622,16 @@ do it for earlier branch release files. ...@@ -2622,24 +2622,16 @@ do it for earlier branch release files.
</para> </para>
<para> <para>
<application>libpq</> now verifies both the certificate and <application>libpq</> now supports verifying both the certificate
the name of the server by default when making <acronym>SSL</> and the name of the server when making <acronym>SSL</>
connections. If a root certificate is not available to use for connections. If a root certificate is not available to use for
verification, <acronym>SSL</> connections will fail. The verification, <acronym>SSL</> connections will fail. The
<literal>sslverify</> parameter can be used to disable the host <literal>sslmode</> parameter is used to enable the certificate
and certificate verification if required. verification.
</para>
</listitem>
<listitem>
<para>
Add connection parameter <literal>sslverify</> to control
the verification of the server's certificate
(Magnus)
</para> </para>
<para> <para>
The default is full verification. The default is still not to do any verification.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment