Hello. I have a working HAProxy server, but I’m trying to add a backend that is very old and only uses SHA1.
On my listen directive, I have ssl-min-ver TLSv1.2. But I’m thinking this wouldn’t have anything to do with the backend?
My backend is configured as:
server novell 192.168.1.54:443 ssl verify none
However, when I try and access it through HAProxy, logs show:
OpenSSL error[0xa000152] final_renegotiate: unsafe legacy renegotiation disabled
Then it returns Error 503 Server unavailable.
How can I get my old server proxied through HAProxy?
1 post - 1 participant