Hi,
> Can HAProxy RP SSL to Backend? Please help. The development branch (1.5) supports it, yes. Just specify the ssl keyword when configuring the server: > backend my-https-backend > server s4 10.0.0.3:443 ssl Be advised that haproxy doesn't yet validate the backends server certificate, so you need to be careful when using this feature. Regards, Lukas

