Re: ssl problem with postgres 8.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ssl problem with postgres 8.0
Дата
Msg-id 3346.1123097273@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ssl problem with postgres 8.0  ("Luca Stancapiano" <l.stancapiano@k-tech.it>)
Список pgsql-general
"Luca Stancapiano" <l.stancapiano@k-tech.it> writes:
> I have this error:
> psql: could not open certificate file "/root/.postgresql/postgresql.crt":
> No such file or directory

You need a client certificate (if you don't want the server demanding
client certificates, remove its root.crt file).  See
http://www.postgresql.org/docs/8.0/static/libpq-ssl.html
http://www.postgresql.org/docs/8.0/static/ssl-tcp.html

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Note on scalar subquery syntax
Следующее
От: Peter Wilson
Дата:
Сообщение: Re: feeding big script to psql