@Skye wrote:
Hi everyone,
In HAProxy it’s easy to keep a TCP connection pool open (using max-conn), but what I’d like to do is to authenticate every new connection to the backend coming from HAProxy.
The authentication follows a custom binary protocol that performs a three-way handshake (three requests).
Health checks are able to describe such binary protocol request / response sequences using tcp-send and tcp-check but I couldn’t find a way to do this for regular connection openings.
Can anybody enlighten me?
Posts: 1
Participants: 1