Intermittent HTTP 503 Error (Service Unavailable) with about 250 Connections

2018-09-17 Thread Shishir Kumar Yadav
Hi All, I am using haproxy 1.8.3 as a front end for a webserver. haproxy listens on port 80 while the webserver listen on port 8080. Our webserver can handle large read/write requests (HTTP GET). I am testing a setup where a bunch of clients are generating number of GET requests and when number

Re: HA Proxy Source IP Issue

2018-09-17 Thread Dave Cottlehuber
On Mon, 17 Sep 2018, at 13:04, Damen Barker wrote: > Hi There > > We are running 1.6, the issue we are facing is that my backend servers > are seeing the incoming IP address of the HAProxy server and not the > client IP address and our application needs to see this. Please see > below our

Re: OpenSSL and per-context option problem

2018-09-17 Thread Thierry Fournier
— Thierry Fournier Web Performance & Security Expert m: +33 6 68 69 21 85 | e: thierry.fourn...@ozon.io w: http://www.ozon.io/| b: http://blog.ozon.io/ > On 17 Sep 2018, at 12:45, Emmanuel Hocdet wrote: > > > Hi Thierry, > >> Le 15 sept. 2018 à 18:06, Thierry Fournier >

Re: OpenSSL and per-context option problem

2018-09-17 Thread Emmanuel Hocdet
Hi Thierry, > Le 15 sept. 2018 à 18:06, Thierry Fournier a écrit > : > > Hi, > > I tried to use per-context options, in order to enable HTTP2 for a short > list of SNI. I just add lines like this: > > /certif1.pem [alpn h2,http/1.1] my-h2-host.com > /certif2.pem my-other-host.com > >