|
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 $ --> |
2 | 2 | <!--
|
3 | 3 |
|
4 | 4 | Typical markup:
|
@@ -2622,24 +2622,16 @@ do it for earlier branch release files.
|
2622 | 2622 | </para>
|
2623 | 2623 |
|
2624 | 2624 | <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</> |
2627 | 2627 | connections. If a root certificate is not available to use for
|
2628 | 2628 | 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. |
2639 | 2631 | </para>
|
2640 | 2632 |
|
2641 | 2633 | <para>
|
2642 |
| - The default isfull verification. |
| 2634 | + The default isstill not to do any verification. |
2643 | 2635 | </para>
|
2644 | 2636 | </listitem>
|
2645 | 2637 |
|
|