Re: BUG #5008: Server Startup Problem - When server is configured for SSL - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5008: Server Startup Problem - When server is configured for SSL
Date
Msg-id 11548.1251295053@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #5008: Server Startup Problem - When server is configured for SSL  (Magnus Hagander <magnus@hagander.net>)
Responses Re: BUG #5008: Server Startup Problem - When server is configured for SSL
List pgsql-bugs
Magnus Hagander <magnus@hagander.net> writes:
> But that will still fail if the user has set it up to require a client
> certificate.

But not till it gets to the pg_hba checks.  We might need to have some
variant on PQrequiresPassword to detect that failure type, but we'll
already know what we need to.

This still points up the value of adding an actual "ping" interface to
the protocol, though.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: BUG #5008: Server Startup Problem - When server is configured for SSL
Next
From: james bardin
Date:
Subject: Re: BUG #5011: Standby recovery unable to follow timeline change