Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e9375a

Browse files
committed
Remove sslverify parameter from release notes, mention that sslmode is
used instead.
1 parente883d0b commit7e9375a

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</> nowverifiesboth the certificate and
2626-
the name of the server by default when making <acronym>SSL</>
2625+
<application>libpq</> nowsupports verifyingboth the certificate
2626+
andthe 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 isfull verification.
2634+
The default isstill not to do any verification.
26432635
</para>
26442636
</listitem>
26452637

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp