Re: SSL confirmation

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Re: SSL confirmation
Дата
Msg-id 87r7m4isom.fsf@gate450.dyndns.org
обсуждение исходный текст
Ответ на Re: SSL confirmation  (Andrew M <andrew@jibeya.com>)
Ответы Re: SSL confirmation
Список pgsql-general
Andrew M. writes:

> To answer my own question I included the -l flag:
>
> /usr/local/pgsql/bin/postmaster -l -i -D /usr/local/pgsql/data
>
> No errors were reported, which I guess there would be if:
>
> 1. postgreSQL had not ben built with SSL support? or
> 2. the certificate has not been properly setup?

You could also use openssl's utilities to diagnose the SSL part of the
connection. For example:

$ openssl s_client -host localhost -port <port>

will show you details about the authentication and encryption in use.

HTH
Andreas

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

Предыдущее
От: Jake Stride
Дата:
Сообщение: Constaints
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: SSL confirmation