SSL/TLS encryption without - Mailing list pgsql-general

From Ron
Subject SSL/TLS encryption without
Date
Msg-id b12ab8d8-17f9-32dc-7a0a-142b4cbfd7db@gmail.com
Whole thread Raw
Responses Re: SSL/TLS encryption without  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
List 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 by date:

Previous
From: Ron
Date:
Subject: Re: Autovacuum on Partitioned Tables
Next
From: Karsten Hilbert
Date:
Subject: 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"