mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Remove sslverify parameter from release notes, mention that sslmode is
used instead.
This commit is contained in:
parent
e883d0b551
commit
7e9375a59a
@ -1,4 +1,4 @@
|
|||||||
<!-- $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.
|
|||||||
</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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user