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!