From 6227ff27e91fc3718e6d6c176bf4ed4b0028c435 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 24 Apr 2009 13:01:30 +0000 Subject: [PATCH] Remove sslverify parameter from release notes, mention that sslmode is used instead. --- doc/src/sgml/release.sgml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ea6cbf095a..6ef69604fd 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -2622,24 +2622,16 @@ do it for earlier branch release files. - libpq now verifies both the certificate and - the name of the server by default when making SSL + libpq now supports verifying both the certificate + and the name of the server 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. - - - - - - Add connection parameter sslverify to control - the verification of the server's certificate - (Magnus) + sslmode parameter is used to enable the certificate + verification. - The default is full verification. + The default is still not to do any verification. -- 2.39.5