HAProxy responding with NOSRV SC

2015-06-03 Thread RAKESH P B
Hi All, I have a strange situation where requests to my HAProxy are returning with a 503 error. HAProxy logs shows that a NOSRV error: for POST requests from application RSET service. api-https-in~ api-https-in/NOSRV -1/-1/-1/-1/40 503 1237 - - SC-- 15/0/0/0/0 0/0 POST /PATH HTTP/1.1 During

Re: HTTP 408/409 server too busy

2015-04-20 Thread RAKESH P B
Please help us. This is impacting our production On Mon, Apr 20, 2015 at 9:10 PM, RAKESH P B pb.rakes...@gmail.com wrote: Team, I have installed haproxy from ubuntu repo ( version 1.5.9 2014/11/25).I am getting an HTTP 408/409 error after letting the page sit idle for 7 min or 25 min

HTTP 408/409 server too busy

2015-04-20 Thread RAKESH P B
Team, I have installed haproxy from ubuntu repo ( version 1.5.9 2014/11/25).I am getting an HTTP 408/409 error after letting the page sit idle for 7 min or 25 min. Please find the below configuration. Browser is IE10 haproxy (1).cfg Description: Binary data

Re: Haproxy session time out

2015-04-09 Thread RAKESH P B
disadvantage of sticky session except when network clock/specific server has crashed ,not responding? On Thu, Apr 9, 2015 at 3:31 AM, Cyril Bonté cyril.bo...@free.fr wrote: Hi, Le 08/04/2015 15:49, RAKESH P B a écrit : Hi All, I have installed haproxy from ubuntu repo (haproxy version : 1.5.9

Haproxy session time out

2015-04-08 Thread RAKESH P B
Hi All, I have installed haproxy from ubuntu repo (haproxy version : 1.5.9. ). The session time out happens when client browser sit idle for 5 min. Please let me know which parameter will causing the time out. How I can enable to send the keep alive packets from haproxy to client to check

Re: Rebuild Haproxy with new openssl version

2015-01-22 Thread RAKESH P B
Lukas, Thanks for the update. How to verify whether haproxy already linked to openssl. Please note that I'm not build the haproxy from source code. Is there anyway to verify which version openssl used by haproxy? On Wed, Jan 21, 2015 at 1:46 PM, Lukas Tribus luky...@hotmail.com wrote: I have

Rebuild Haproxy with new openssl version

2015-01-20 Thread RAKESH P B
Hi All, I have installed haproxy from ubuntu repo (haproxy version : 1.5.9). Recently Openssl security team released security patches for vulnerability (USN-2459-1). Please let me know how to rebuild the haproxy with newly installed Openssl version. Thanks, ~ Rakesh P B

Re: Haproxy SSL Redirection issue

2015-01-20 Thread RAKESH P B
Thanks Cyrill. Issue got resolved. On Thu, Jan 15, 2015 at 1:26 PM, Cyril Bonté cyril.bo...@free.fr wrote: Hi, Le 15/01/2015 03:59, RAKESH P B a écrit : Hi Cyrill, Thanks for the update. In Application side we are not using any SSL offloading. I have tested with pound (for ssl

Re: Haproxy SSL Redirection issue

2015-01-14 Thread RAKESH P B
? : 200 2. Pound (termination ) haproxy ( loadbalancing) https://www.example.com/search/quotes? : 302 https://www.example.com/search/quotes? : 200 3. On Tue, Jan 13, 2015 at 5:49 PM, RAKESH P B pb.rakes...@gmail.com wrote: Hi Cyrill, Thanks for the update. I'll check with my

Re: Haproxy SSL Redirection issue

2015-01-13 Thread RAKESH P B
Hi Cyrill, Thanks for the update. I'll check with my developer and let you know how the way SSL offloading support in Application side. On Tue, Jan 13, 2015 at 3:14 AM, Cyril Bonté cyril.bo...@free.fr wrote: Hi, Le 12/01/2015 22:27, RAKESH P B a écrit : Hi All, Can I have an update

Re: Haproxy SSL Redirection issue

2015-01-12 Thread RAKESH P B
Hi All, Can I have an update on this. On Sun, Jan 11, 2015 at 6:56 PM, RAKESH P B pb.rakes...@gmail.com wrote: Please find updated configuration file. On Sun, Jan 11, 2015 at 6:53 PM, RAKESH P B pb.rakes...@gmail.com wrote: Hi Lukas, Thanks you for the quick response. Please find

Re: Haproxy SSL Redirection issue

2015-01-11 Thread RAKESH P B
Please find updated configuration file. On Sun, Jan 11, 2015 at 6:53 PM, RAKESH P B pb.rakes...@gmail.com wrote: Hi Lukas, Thanks you for the quick response. Please find the attached Haproxy configuration. On Sun, Jan 11, 2015 at 5:21 PM, Lukas Tribus luky...@hotmail.com wrote: Hi Team

Re: Haproxy SSL Redirection issue

2015-01-11 Thread RAKESH P B
Hi Lukas, Thanks you for the quick response. Please find the attached Haproxy configuration. On Sun, Jan 11, 2015 at 5:21 PM, Lukas Tribus luky...@hotmail.com wrote: Hi Team, I have an issue Haproxy SSL redirection. Whenever any request is redirected from HAproxy , then two redirected

Haproxy SSL Redirection issue

2015-01-10 Thread RAKESH P B
Hi Team, I have an issue Haproxy SSL redirection. Whenever any request is redirected from HAproxy , then two redirected request is send, one is with http and other with https while URL for both request is same. For example, when the URL is redirected to https://www.example.com/to/path? , then