May 23, 2012
tom

Haproxy Acl in Https

Question

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!

Asked by com

Answer

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

Answered by B14D3

Related posts:

  1. Using HAProxy, matching root URL only in ACL
  2. HTTPS Stunnel and Haproxy
  3. HAProxy not passing SSL traffic in TCP mode (unknown protocol)
  4. haproxy SSL “fail whale” maintenance page
  5. Can Haproxy work with SSL if I use only roundrobin?

Leave a comment