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

Magnus Hagander <magnus@hagander.net>

Commit: 3e17a0020b0a896ecfa4aa06b140bbb21b23eb83
Author: Magnus Hagander <magnus@hagander.net>
Date: 2011-09-24T12:30:12Z
Releases: 8.4.10
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

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +15 −1