SSL/TLS encryption without

Поиск
Список
Период
Сортировка
От Ron
Тема SSL/TLS encryption without
Дата
Msg-id b12ab8d8-17f9-32dc-7a0a-142b4cbfd7db@gmail.com
обсуждение исходный текст
Ответы Re: SSL/TLS encryption without  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
Список pgsql-general
AWS RDS Postgresql 12.11

sides=> select * from pg_stat_ssl where pid = 362;
-[ RECORD 1 ]-+----------------------------
pid           | 362
ssl           | t
version       | TLSv1.2
cipher        | ECDHE-RSA-AES256-GCM-SHA384
bits          | 256
compression   | f
client_dn     |
client_serial |
issuer_dn     |

I've got 85 connections where ssl='t'. How can connections be encrypted 
using SSL/TLS without a client certificate?

-- 
Angular momentum makes the world go 'round.



В списке pgsql-general по дате отправления:

Предыдущее
От: Ron
Дата:
Сообщение: Re: Autovacuum on Partitioned Tables
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Aw: Re: Putting the O/S user for "local" "peer" authentication in the "postgres" group vs chmod'ing the "pg*.conf" files to be readable by "all"