Re: How to configure client-side TLS ciphers for streaming replication? - Mailing list pgsql-general

From Daniel Gustafsson
Subject Re: How to configure client-side TLS ciphers for streaming replication?
Date
Msg-id 8611DCDB-C0C7-4080-9E34-97E19E4F8CF5@yesql.se
Whole thread Raw
In response to Re: How to configure client-side TLS ciphers for streaming replication?  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-general
> On 26 Aug 2025, at 22:16, Laurenz Albe <laurenz.albe@cybertec.at> wrote:
>
> On Tue, 2025-08-26 at 20:34 +0800, xx Z wrote:
>> Thanks for your suggestion.
>> But I still want to know why we can't set "ssl_ciphers" on the client side.
>
> I'd say because nobody implemented it, perhaps because nobody felt the need.

I think the former is a highly likely suspect here.

>> This is still considered a security issue in some cases, and PostgreSQL has
>> mature capabilities on the master side to implement this functionality.
>
> That sounds to me like some moderately clueful security auditor is looking
> for a nit to pick.  If you do streaming replication, and you control the
> ciphers on the primary server, what added security benefit do you get by
> controlling the ciphers on the standby server (the client) as well?

I would place this above nitpicking, but I also don't have a clear idea of an
attack (if I did I'd fix it..).  TLS is riddled with weird cases involving
network middleboxes (usually very enterprisy) so insisting on control isn't
necessarily a bad thing.

--
Daniel Gustafsson




pgsql-general by date:

Previous
From: Dimitrios Apostolou
Date:
Subject: Re: In-order pg_dump (or in-order COPY TO)
Next
From: Greg Sabino Mullane
Date:
Subject: Re: psql --html and to_char()