Re: I don't understand this WARNING on pg_ctl startup

Поиск
Список
Период
Сортировка
От Chris
Тема Re: I don't understand this WARNING on pg_ctl startup
Дата
Msg-id 47CE20BB.2080207@gmail.com
обсуждение исходный текст
Ответ на I don't understand this WARNING on pg_ctl startup  (Ralph Smith <smithrn@washington.edu>)
Список pgsql-general
Ralph Smith wrote:
> ===============================
>
> postgres@flexo:/usr/lib/postgresql/8.2/bin$ 2008-03-04 15:47:21 PST
> LOG:  00000: could not load root certificate file "root.crt": no SSL
> error reported
> 2008-03-04 15:47:21 PST DETAIL:  Will not verify client certificates.
> 2008-03-04 15:47:21 PST LOCATION:  initialize_SSL, be-secure.c:785

You have:

ssl = true

in your postgresql.conf file but when postgres tries to start up, there
is no root.crt file (or it can't be read due to permissions).

http://www.postgresql.org/docs/8.2/interactive/ssl-tcp.html

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Предыдущее
От: Erwin Brandstetter
Дата:
Сообщение: Import file into bytea field in SQL/plpgsql?
Следующее
От: "Richard Broersma"
Дата:
Сообщение: Re: how do you write aggregate function