Re: Feature request: Logging SSL connections

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Feature request: Logging SSL connections
Дата
Msg-id 52A09113.9000104@gmx.net
обсуждение исходный текст
Ответ на Feature request: Logging SSL connections  ("Dr. Andreas Kunert" <kunert@cms.hu-berlin.de>)
Ответы Re: Feature request: Logging SSL connections
Список pgsql-hackers
On 12/5/13, 8:53 AM, Dr. Andreas Kunert wrote:
> we were really missing the information in our log files if (and which
> of) our users are using SSL during their connections.
> 
> The attached patch is a very simple solution to this problem - it just
> tests if the ssl pointer in Port is null. If no, it adds "SSL" to the
> logfile, otherwise it adds "NOSSL".

That seems useful.  Do we need more information, like whether a client
certificate was presented, or what ciphers were used?



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: same-address mappings vs. relative pointers
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Why we are going to have to go DirectIO