Hi all, I'm pretty sure this isn't possible, but can HAProxy detect whether the communication coming in is SSL or not, and speak the appropriate way? For instance, what I'm trying to accomplish is basically:
listen doublerainbow bind 192.168.1.100:80 bind 192.168.1.100:80 ssl crt /etc/haproxy/certs/wildcard.pem mode http option http-server-close server system1:80 The backend system would be unencrypted http. Clients would connect on port 80 'possibly' using ssl. Is this possible? Regards, Geoff

