Ssl – Haproxy Acl in Https

haproxyssl

In haproxy settings there is frontend which bind on 443.

The problem is inside this frontend I need to use acl rules in order to distinguish traffic based on server_name.

However, if I am understand correctly I can't use acl together with 443.

If there any way to send ssl traffic to different backends regarding their hostname?

Thanks!

Best Answer

For using haproxy with ssl (443) you need to use stunnel because haproxy does not support ssl it self.