Re: BUG #5008: Server Startup Problem - When server is configured for SSL

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Jalaj Negi <jalajsinghnegi(at)gmail(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5008: Server Startup Problem - When server is configured for SSL
Date: 2009-08-26 13:57:33
Message-ID: 11548.1251295053@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Magnus Hagander <magnus(at)hagander(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message james bardin 2009-08-26 14:16:22 Re: BUG #5011: Standby recovery unable to follow timeline change
Previous Message Magnus Hagander 2009-08-26 13:46:40 Re: BUG #5008: Server Startup Problem - When server is configured for SSL