Re: How to tell if a connection is SSL or not

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>
Cc: pgsql-general(at)postgresql(dot)org (pgsql general list)
Subject: Re: How to tell if a connection is SSL or not
Date: 2004-03-09 04:52:11
Message-ID: 20386.1078807931@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Nolan <nolan(at)gw(dot)tssi(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message stm23 2004-03-09 06:14:15 JDBC driver & local server
Previous Message Paul Ramsey 2004-03-09 04:07:41 Re: Question on Opteron performance