How to configure client-side TLS ciphers for streaming replication?
xx Z <xxz030811@gmail.com>
From: xx Z <xxz030811@gmail.com>
To: pgsql-general@lists.postgresql.org
Date: 2025-08-26T11:48:44Z
Lists: pgsql-general
Hello, Is there a way for a streaming replication standby (client) to restrict its list of supported TLS ciphers, similar to how the ssl_ciphers parameter works on the primary server? We need this for security compliance but can't find an equivalent setting for the client-side connection in primary_conninfo. Thanks,