SSL mode detection

From: Bosco Rama <postgres(at)boscorama(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: SSL mode detection
Date: 2012-02-06 19:14:13
Message-ID: 4F302685.3000202@boscorama.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi folks,

I'm using PG 8.4.10 on Ubuntu Server 10.04.3.LTS x86_64.

Is there any way to query the SSL mode for client connections?

E.g. select backend_id from some_table_or_view where ssl_mode = false;

I have not been able to find it in pg_stat_activity or anywhere else in
the catalog. Maybe I'm just blind. :-(

TIA.

Bosco.

Browse pgsql-general by date

  From Date Subject
Next Message Marc Mamin 2012-02-06 19:59:46 Re: How to create crosstab with 3 values in every crosstab column
Previous Message Misa Simic 2012-02-06 18:51:59 Re: How to create crosstab with 3 values in every crosstab column