Re: Issue with HAProxy - Potential time out but no error

2012-11-15 Thread James Bensley
You were absolutely right sir, I was being a fool and overlooking the answer staring me right in the face. Cheers, James.

Re: Only 2 Processes with nbproc 4

2012-11-15 Thread Willy Tarreau
On Thu, Nov 15, 2012 at 09:05:13AM -0500, Kyle Brandt wrote: > With the configuration below, I see 4 proceses launched, but 2 of them seem > to exit. Anyone know why this is? (When I try higher numbers of nbproc > combined with higher bind-process I see more clones, but they still all > exit so I o

Only 2 Processes with nbproc 4

2012-11-15 Thread Kyle Brandt
With the configuration below, I see 4 proceses launched, but 2 of them seem to exit. Anyone know why this is? (When I try higher numbers of nbproc combined with higher bind-process I see more clones, but they still all exit so I only have 2 left) -Kyle [root@centos1 ~]# strace -f -e trace=process

Re: Trouble Testing out SSL: SSL23_GET_SERVER_HELLO:unknown protocol

2012-11-15 Thread Kyle Brandt
Thank you Emeric that works perfectly. I was looking at the old example, and thought to myself that ssl had been *replaced* by crt when I saw: [ALERT] 319/124036 (24897) : parsing [/etc/haproxy/haproxy.cfg:3] : 'bind' only supports the 'transparent', 'accept-proxy', 'defer-accept', 'name', 'id',

Re: haproxy does not recover from L7STS/404

2012-11-15 Thread Willy Tarreau
Hi Marco, On Thu, Nov 15, 2012 at 11:29:03AM +0100, Marco Corte wrote: > Il 12/11/2012 17:59, Marco Corte ha scritto: > > Hi all again. > > I was able to reproduce the behaviour on a normal server, so it is > unrelated to the virtualization. > Sorry for the long description. This description i

Re: haproxy does not recover from L7STS/404

2012-11-15 Thread Marco Corte
Il 12/11/2012 17:59, Marco Corte ha scritto: Hi all again. I was able to reproduce the behaviour on a normal server, so it is unrelated to the virtualization. Sorry for the long description. Normal situation: servers A1-A4 in status NOLB - L7OKC/404 servers A5-A8 in status UP - L7OK/200 Acti

Re: Trouble Testing out SSL: SSL23_GET_SERVER_HELLO:unknown protocol

2012-11-15 Thread Emeric Brun
On 11/14/2012 11:26 PM, Kyle Brandt wrote: Having trouble getting started with -dev12 and SSL. I have a feeling this is something obvious, but just not seeing what I am doing wrong (stripped everything down the the minimal example). If anyone can point me in the right direction it would much ap