Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7e9375a

Browse files
committed
Remove sslverify parameter from release notes, mention that sslmode is
used instead.
1 parent e883d0b commit 7e9375a

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

doc/src/sgml/release.sgml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.630 2009/04/19 15:49:34 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.631 2009/04/24 13:01:30 mha Exp $ -->
22
<!--
33

44
Typical markup:
@@ -2622,24 +2622,16 @@ do it for earlier branch release files.
26222622
</para>
26232623

26242624
<para>
2625-
<application>libpq</> now verifies both the certificate and
2626-
the name of the server by default when making <acronym>SSL</>
2625+
<application>libpq</> now supports verifying both the certificate
2626+
and the name of the server when making <acronym>SSL</>
26272627
connections. If a root certificate is not available to use for
26282628
verification, <acronym>SSL</> connections will fail. The
2629-
<literal>sslverify</> parameter can be used to disable the host
2630-
and certificate verification if required.
2631-
</para>
2632-
</listitem>
2633-
2634-
<listitem>
2635-
<para>
2636-
Add connection parameter <literal>sslverify</> to control
2637-
the verification of the server's certificate
2638-
(Magnus)
2629+
<literal>sslmode</> parameter is used to enable the certificate
2630+
verification.
26392631
</para>
26402632

26412633
<para>
2642-
The default is full verification.
2634+
The default is still not to do any verification.
26432635
</para>
26442636
</listitem>
26452637

0 commit comments

Comments
 (0)