[EMAIL PROTECTED] (Dominic Mitchell) writes:
> On Thu, Sep 23, 2004 at 04:37:52PM -0400, Tom Lane wrote:
>> That last statement is not actually correct, is it? AFAICS we do tell
>> SSL to enforce certificates if we find a valid root.crt file.
> According to the docs[1], you also need
> SSL_VERIFY
On Thu, Sep 23, 2004 at 04:37:52PM -0400, Tom Lane wrote:
> Dominic Mitchell <[EMAIL PROTECTED]> writes:
> > + If verification of client certificates is required, place the
> > + certificates of the CA you wish to check for in
> > + the file root.crt in the data directory. When
> > + prese
Dominic Mitchell <[EMAIL PROTECTED]> writes:
> + If verification of client certificates is required, place the
> + certificates of the CA you wish to check for in
> + the file root.crt in the data directory. When
> + present, a client certificate will be requested from the client
> + mak
Patch applied. Thanks. Your documentation changes can be viewed in
five minutes using links at the bottom of the developer's page,
http://developer.postgresql.org/index.php.
---
Dominic Mitchell wrote:
> This patch attem