Re: Haproxy using acl's on 2nd frontend

2012-01-20 Thread Baptiste
Hi, You can't do any content switching if your traffic is encrypted (like HTTPS). You must decrypt it before haproxy. Note that you could re-crypt it after if your need is to get all your traffic encrypted. cheers On Wed, Jan 18, 2012 at 10:32 AM, Chris wrote: > Hi I have a haproxy config that

Haproxy using acl's on 2nd frontend

2012-01-18 Thread Chris
Hi I have a haproxy config that has 2 frontends, one for https and one for http. The first frontend has miltiple backends configured and various acl's to route traffic to specific backends. The 2nd frontend just has a default backend. Now I find myself need to add multiple backends to the 2nd fr