Re: How to check is connection encrypted - Mailing list pgsql-general

From Adrian Klaver
Subject Re: How to check is connection encrypted
Date
Msg-id 6ade98e2-5857-944e-ae05-41a1fdba7cd3@aklaver.com
Whole thread Raw
In response to How to check is connection encrypted  ("Andrus" <kobruleht2@hot.ee>)
List pgsql-general
On 3/22/19 2:00 AM, Andrus wrote:
> Hi!
> 
> 
> Old Postgres
> 
> "PostgreSQL 9.1.2 on x86_64-unknown-linux-gnu, compiled by gcc-4.4.real 
> (Debian 4.4.5-8) 4.4.5, 64-bit"
> 
> Server has symlinks server.crt and server.key in data directory 
> /var/lib/postgresql/9.1./main and ssl=true in postgresql.conf file.
> 
> Server is running in old Debian squueze.
> 
> Client accesses server from Windows 10 using psqlODBC driver with 
> sslmode=allow in connection string.
> 
> How to verify that connection is encrypted ? Is there some command in 
> client or server or can some protocol analyzer used if no easier way?

There is an extension:

https://www.postgresql.org/docs/9.1/sslinfo.html

> 
> Andrus.
> 
> Posted also in 
> https://stackoverflow.com/questions/55296044/how-to-check-is-connection-encrypted 
> 
> 
> 


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to check is connection encrypted
Next
From: Adrian Klaver
Date:
Subject: Re: WAL Archive Cleanup?