Re: How to check is connection encrypted

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: How to check is connection encrypted
Дата
Msg-id 6ade98e2-5857-944e-ae05-41a1fdba7cd3@aklaver.com
обсуждение исходный текст
Ответ на How to check is connection encrypted  ("Andrus" <kobruleht2@hot.ee>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: How to check is connection encrypted
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: WAL Archive Cleanup?