I'm trying to set up a HTTPS proxy that would allow to downgrade TLS 1.3 to TLS 1.2.
My actual problem is :
- old browser + OS, only supports TLS 1.2, can't upgrade...
- new web server added in the system, only manages TLS 1.3, can't touch it either...
- I can install software on a middlebox that is connected on both components.
I need the browser to be able to connect to the webserver, through the middlebox.
I'm thinking HAProxy, but I'm really a noob here, and I'm not sure where to check for this capability and how one would achieve this.
How should I set up HAProxy ?
Thanks in advance for your help.