Re: ssl database connection problems...

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: ssl database connection problems...
Дата
Msg-id 20081230023630.GA19239@cns.vt.edu
обсуждение исходный текст
Ответ на ssl database connection problems...  (Carol Walter <walterc@indiana.edu>)
Ответы Re: ssl database connection problems...  (Carol Walter <walterc@indiana.edu>)
Re: ssl database connection problems...  (Carol Walter <walterc@indiana.edu>)
Список pgsql-admin
On Mon, Dec 29, 2008 at 04:23:30PM -0500, Carol Walter wrote:
> "with openssl" when I initially configured the server.  Are there other
> things that need to be done to get openssl started on the database server?
> How can I diagnose this problem?
>

The files server.key, server.crt, root.crt, and root.crl are only examined
during server start; so you must restart the server for changes in them
to take effect.

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

It's been awhile since I played with this, but there's something about an
environment var, PGSSLMODE.

You can use openssl to verify the server/root ca correctness like
this:

openssl  verify -CAfile ./root.crt testcert.pem

assuming openssl in the mix.

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: ssl database connection problems...
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ssl database connection problems...