Re: SSL read failed - closing connection during benchmarking haproxy SSL

2011-02-18 Thread Romeo Theriault
On Fri, Feb 18, 2011 at 06:03, Amol wrote: > Willy, how can i make the traffic between haproxy and apache to be https? i > was under the impression from the documentation that using the mode = tcp > will help me achieve that? I think your options are to either just not decrypt it in the first p

Re: SSL read failed - closing connection during benchmarking haproxy SSL

2011-02-17 Thread Amol
> my haproxy config is > > listen swebcluster y.x.51.11:8000 >     mode tcp >     balance roundrobin    option ssl-hello-chk    option httpchk HEAD /check.txt HTTP/1.0 >     server l1-app y.x.43.197:80 weight 2 maxconn 5000 check >     server l2-app y.x.51.190:8

Re: SSL read failed - closing connection during benchmarking haproxy SSL

2011-02-16 Thread Amol
reaching its connection limits with the configuration --- On Wed, 2/16/11, Malcolm Turnbull wrote: From: Malcolm Turnbull Subject: Re: SSL read failed - closing connection during benchmarking haproxy SSL To: "Amol" Cc: haproxy@formilux.org Date: Wednesday, February 16, 2011, 7:05

Re: SSL read failed - closing connection during benchmarking haproxy SSL

2011-02-16 Thread Malcolm Turnbull
On 15 February 2011 16:49, Amol wrote: > > I was benchmarking my stunnel --> haproxy --> apache webserver configuration > from a ubuntu server and when i run this test i keep getting the SSL read > failed - closing connection error > here is the snippet > > $ ab -n 1 -c 10 https://xxx.xxx.co

Re: SSL read failed - closing connection during benchmarking haproxy SSL

2011-02-15 Thread Willy Tarreau
Hi Amol, On Tue, Feb 15, 2011 at 08:49:49AM -0800, Amol wrote: > I was benchmarking my stunnel --> haproxy --> apache webserver configuration > from a ubuntu server and when i run this test i keep getting the SSL read > failed - closing connection error > here is the snippet > > $ ab -n 1

SSL read failed - closing connection during benchmarking haproxy SSL

2011-02-15 Thread Amol
I was benchmarking my stunnel --> haproxy --> apache webserver configuration from a ubuntu server and when i run this test i keep getting the SSL read failed - closing connection error here is the snippet $ ab -n 1 -c 10 https://xxx.xxx.com/xxx/xxx.php This is ApacheBench, Version 2.3 <$Rev