Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing - Mailing list pgsql-hackers

From Lukas Meisegeier
Subject Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing
Date
Msg-id 1e889f7e-08f0-0903-123e-4bd8f2bd33b5@gmx.de
Whole thread Raw
In response to Re: Feature Proposal: Add ssltermination parameter for SNI-based LoadBalancing  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-hackers
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).
Simultaneously I would add a parameter to this disable the SSLRequest in
the client as well.

Later we could make this behaviour default for psql-server with
ssl-enabled and clients and some far time ahead we could remove the
implementation of SSLRequest in both server and client.

What are your thaughts about this?

Best Regards



pgsql-hackers by date:

Previous
From: Li Japin
Date:
Subject: Confused about stream replication protocol documentation
Next
From: Ajin Cherian
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions