Hi Viktor,
I am trying to optimize my reverse proxy application by limiting the number of SSL handshakes upstream to just one instead of all the connections trying to establish a secure channel. Basically all the connections' data will be multiplexed onto this single SSL connection. Multiple SSL handshakes is the constraint to performance in my case and this is what I am trying to address.
Thanks,
Anupama M
On Mon, Nov 20, 2023 at 10:41 AM Viktor Dukhovni <openssl-users@xxxxxxxxxxxx> wrote:
On Mon, Nov 20, 2023 at 09:22:30AM +0530, anupama m wrote:
> Can someone please share their insights about this issue.
You're solving the wrong (XY) problem. Perhaps you can explain what
your real goals and constraints are, setting aside any tentative ideas
about solutions.
--
Viktor.