Skip to content
Snippets Groups Projects
Commit 2e427ec0 authored by Magnus Hagander's avatar Magnus Hagander
Browse files

Clearify new SSL certificate verification in libpq

parent cc42c14e
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.607 2009/03/27 11:58:21 mha Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.608 2009/03/27 12:01:57 mha Exp $ -->
<!-- <!--
   
Typical markup: Typical markup:
...@@ -2216,8 +2216,15 @@ do it for earlier branch release files. ...@@ -2216,8 +2216,15 @@ do it for earlier branch release files.
   
<listitem> <listitem>
<para> <para>
Fix libpq certificate validation for SSL connections (Magnus) bjm: Fix libpq certificate validation for SSL connections (Magnus)
details? </para>
<para>
libpq now verifies both the certificate and the name of the server by
default when making SSL connections. If a root certificate is not
available to use for verification, SSL connections will fail. The
"sslverify" parameter can be used to disable the host and certificate
verification if required.
</para> </para>
</listitem> </listitem>
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment