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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5008: Server Startup Problem - When server is configured for SSL
Дата
Msg-id 11184.1251293416@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5008: Server Startup Problem - When server is configured for SSL  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: BUG #5008: Server Startup Problem - When server is configured for SSL  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5011: Standby recovery unable to follow timeline change
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5011: Standby recovery unable to follow timeline change