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 11184.1251293416@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:
> I think this indicates that pg_ctl is trying to connect to the
> database just to see if it's running, but you have set it to require
> SSL certificate on connections from localhost. Could that be so? If
> so, try setting the requirement for certificates only on non-localhost
> addresses and see if it starts up properly in that case.

Hmm, seems like we should modify pg_ctl's probe code to set
sslmode = disable.  Letting that default just provides an additional
way to fail ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5011: Standby recovery unable to follow timeline change
Next
From: Tom Lane
Date:
Subject: Re: BUG #5011: Standby recovery unable to follow timeline change