Re: Enabling SSL fails to restart server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Enabling SSL fails to restart server
Дата
Msg-id 10203.1298610641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Enabling SSL fails to restart server  ("David Patricola" <david.patricola@jefferson.edu>)
Список pgsql-novice
"David Patricola" <david.patricola@jefferson.edu> writes:
> When we set ssl=on in postgres.conf the server doesn't restart at all.  No
> error message, no log.  When we turn it off again it connects fine.
> Postgres was installed with RedHat as a package so is there some manual
> installation that needs to be done?  Below is the version being used.

If you just change that setting, and don't provide the required
certificate and private key files, it's expected that the server would
refuse to start.  It definitely will complain about that though --- I
think you're failing to look in the right log file.  Did you check
/var/lib/pgsql/pgstartup.log?

See here for some hints about configuring SSL correctly:
http://www.postgresql.org/docs/9.0/static/ssl-tcp.html

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Manlin Vee
Дата:
Сообщение: Failure to Call a Nested Function
Следующее
От: Vibhor Kumar
Дата:
Сообщение: Re: Failure to Call a Nested Function