Re: How to tell if a connection is SSL or not - Mailing list pgsql-general

From Tom Lane
Subject Re: How to tell if a connection is SSL or not
Date
Msg-id 20386.1078807931@sss.pgh.pa.us
Whole thread Raw
In response to How to tell if a connection is SSL or not  (Mike Nolan <nolan@gw.tssi.com>)
List pgsql-general
Mike Nolan <nolan@gw.tssi.com> writes:
> Is there an easy way to tell from the server side which active
> connections are using SSL?

I'd suggest sniffing the connection traffic (eg, with tcpdump) and
seeing if you see any readable ASCII in it.  That's the only way to
be absolutely certain ...

            regards, tom lane

pgsql-general by date:

Previous
From: Paul Ramsey
Date:
Subject: Re: Question on Opteron performance
Next
From: nw@codon.com
Date:
Subject: Re: Question on Opteron performance