RE: HAProxy and site failover

2015-03-21 Thread Lukas Tribus
i am wondering if the ability exists in HAProxy to reply to a HTTP proxy request with a reset (RST) if no backend server is available. the scenario goes as such: i have a proxy pac file that assigns multiple proxies to all clients, and through the logic tree in the pac file, the proxies are

RE: sticky sessions with tcp mode

2015-03-21 Thread Lukas Tribus
I am having some issues with sticky sessions. The sessions are not sticking. I am using tcp mode with ssl. I have implemented the example out of the manual. The user is getting bounced back and forth between the two servers, which is causing issues in the application. Am I missing

RE: HAProxy and site failover

2015-03-21 Thread Lukas Tribus
haproxy is a tcp (layer 3/4) proxy, that can perform application (layer 7) functions. i am already doing service checks against my proxies to validate their availability. when no pool member is available, haproxy knows it. there are no external helpers needed to make this determination. the

Re: HAProxy and site failover

2015-03-21 Thread Brendan Kearney
On Sat, 2015-03-21 at 14:03 +0100, Lukas Tribus wrote: haproxy is a tcp (layer 3/4) proxy, that can perform application (layer 7) functions. i am already doing service checks against my proxies to validate their availability. when no pool member is available, haproxy knows it. there are no

Re: HAProxy with multiple certificates, one of which being wild card, and the other being sub of that wildcard

2015-03-21 Thread Peter BUtler
forgot to CC the mailing list. thanks Cryil. Date: Fri, 20 Mar 2015 00:47:53 +0100 From: cyril.bo...@free.fr To: peter_butler1...@outlook.com; haproxy@formilux.org Subject: Re: HAProxy with multiple certificates, one of which being wild card, and the other being sub of that wildcard