Re: Feature request: Logging SSL connections - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Feature request: Logging SSL connections
Date
Msg-id 52A09113.9000104@gmx.net
Whole thread Raw
In response to Feature request: Logging SSL connections  ("Dr. Andreas Kunert" <kunert@cms.hu-berlin.de>)
Responses Re: Feature request: Logging SSL connections
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: same-address mappings vs. relative pointers
Next
From: Greg Stark
Date:
Subject: Re: Why we are going to have to go DirectIO