pgsql: Note that sslmode=require verifies the CA if root cert is presen

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Note that sslmode=require verifies the CA if root cert is presen
Date: 2011-09-24 12:32:24
Message-ID: E1R7RP6-0005s9-6u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Note that sslmode=require verifies the CA if root cert is present

This mode still exists for backwards compatibility, making
sslmode=require the same as sslmode=verify-ca when the file is present,
but not causing an error when it isn't.

Per bug 6189, reported by Srinivas Aji

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2b250fb077a15790c6fc1e12b981330ed007e66d

Modified Files
--------------
doc/src/sgml/libpq.sgml | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-09-24 12:35:49 pgsql: Fix typo
Previous Message Tom Lane 2011-09-24 02:15:10 pgsql: Fix our mapping of Windows timezones for Central America.