Re: cannot bind socket Multiple backends tcp mode

2011-11-03 Thread Baptiste
That's normal, your port 443 is binded by the first frontend. So when HAproxy wants to bind it for your second frontend, it can't... The only solution, in the current case, is to have one frontend per IP. Furthermore, your ACL won't work since you're in TCP mode and the traffic is encrypted. Chee

Re: cannot bind socket Multiple backends tcp mode

2011-11-03 Thread Graeme Donaldson
On 3 November 2011 21:34, Saul wrote: > My understanding was that multiple backends could use the same > interface, perhaps I was wrong, if that is the case, any suggestions > on how to be able to have multiple backends running tcp mode on port > 443 so I can match the url and redirect to the appr

cannot bind socket Multiple backends tcp mode

2011-11-03 Thread Saul
Hello List, I hope someone can shed some light with the following situation: Setup: HAproxy frontend proxy and apache SSL backends. I didn't want to use haproxy+stunnel or apache mod_ssl so I use straight TCP mode and redirects, it works fine with one backend. The only problem is when I try to ad