Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing

2020-12-22 Thread Lukas Meisegeier
Hey, whats the state of this? Can we start working out a plan to remove the inital SSLRequest from the connection protocol or is there any reason to keep it? I would start by removing the need of the SSLRequest in the psql-server if its started with a special parameter(ssl-only or so).

Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing

2020-12-14 Thread Lukas Meisegeier
m 14-Dec-20 um 14:50 schrieb Heikki Linnakangas: On 12/12/2020 13:52, Lukas Meisegeier wrote: Thanks for the provided ideas :) I use HaProxy for my load-balancing and unfortunately I can't define that I want to listen on a port for both ssl and non ssl requests. Could you configure HaProxy t

Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing

2020-12-12 Thread Lukas Meisegeier
with it so this is kind of a dead end here. Lukas Am 11-Dec-20 um 16:44 schrieb Heikki Linnakangas: On 11/12/2020 16:46, Lukas Meisegeier wrote: Hey Heikki, thanks for providing feedback :) The traffic between proxy and psql-server is unencrypted thats why I don't need to patch the server. Ok

Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing

2020-12-11 Thread Lukas Meisegeier
. Perhaps we could rename the parameter to "sslplainrequest(yes/no)" and start with making the plain SSLRequest optional in the psql-server. Best Regards Lukas Am 11-Dec-20 um 14:26 schrieb Heikki Linnakangas: On 10/12/2020 17:49, Lukas Meisegeier wrote: I try to host multiple

Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing

2020-12-10 Thread Lukas Meisegeier
Hi, I try to host multiple postgresql-servers on the same ip and the same port through SNI-based load-balancing. Currently this is not possible because of two issues: 1. The psql client won't set the tls-sni-extension correctly