Re: [PATCH] MINOR: introduce proxy-v2-options for send-proxy-v2

2018-02-01 Thread Willy Tarreau
Hi Manu, On Thu, Feb 01, 2018 at 05:54:46PM +0100, Emmanuel Hocdet wrote: > Hi, > > It's patch introduce proxy-v2-options for send-proxy-v2. > Goal is to add more options from doc/proxy-protocol.txt, especially > all TLS informations related to security. OK thanks, applied. We'll see during

Re: [PATCH] DOC: don't suggest using http-server-close

2018-02-01 Thread Willy Tarreau
On Thu, Feb 01, 2018 at 11:58:59PM +0100, Lukas Tribus wrote: > Remove the old suggestion to use http-server-close mode, from the > beginnings of keep-alive mode in commit 16bfb021 "MINOR: config: add > option http-keep-alive"). > > We made http-keep-alive default in commit 70dffdaa "MAJOR: http:

Re: redispatch still cause error response

2018-02-01 Thread flamesea12
Hello, Thanks for the lucid explain, understood it now. Anyway I find that haproxy slow down the requests to alive server when there is a server down. Still take the test I made before, ruby -run -ehttpd . -p8001 and ruby -run -ehttpd . -p8000 and i start haproxy then do a ab ab -n 2

Re: haproxy http2 benchmark

2018-02-01 Thread Shawn Heisey
On 1/30/2018 7:41 PM, 龙红波 wrote: >           h2load -n100 -c20 -m5 https://$0.172.144.113:1999/128 >           starting benchmark... >           spawning thread #0: 20 total client(s). 100 total requests >           TLS Protocol: TLSv1.2 >           Cipher: ECDHE-RSA-AES256-GCM-SHA384 >    

[PATCH] DOC: don't suggest using http-server-close

2018-02-01 Thread Lukas Tribus
Remove the old suggestion to use http-server-close mode, from the beginnings of keep-alive mode in commit 16bfb021 "MINOR: config: add option http-keep-alive"). We made http-keep-alive default in commit 70dffdaa "MAJOR: http: switch to keep-alive mode by default". --- doc/configuration.txt | 3

Re: [PATCH] MINOR: introduce proxy-v2-options for send-proxy-v2

2018-02-01 Thread Aleksandar Lazic
Hi. -- Originalnachricht -- Von: "Emmanuel Hocdet" An: "haproxy" Gesendet: 01.02.2018 17:54:46 Betreff: [PATCH] MINOR: introduce proxy-v2-options for send-proxy-v2 Hi, It’s patch introduce proxy-v2-options for send-proxy-v2. Goal is to add more

APhA Attendees Email List 2018

2018-02-01 Thread Jennifer Ganon
Hi, Would you be interested in acquiring American Pharmacists Association Attendees Email List 2018 for pre-show marketing campaign, Networking and various Marketing initiatives. List includes E-mail address and Contact number on an excel spread sheet. Visitors Interest : Ø

Re: Compression issues with http-server-close/httpclose

2018-02-01 Thread Willy Tarreau
On Thu, Feb 01, 2018 at 07:44:57PM +, Martin Goldstone wrote: > Yes, the exact same configuration file, no caching or threads. We've not > tried HTTP/2 just yet, I'll have a look at this when I'm in the office > tomorrow. No rush, I'll still be burried in a meeting for the last day in the

Re: Compression issues with http-server-close/httpclose

2018-02-01 Thread Martin Goldstone
Yes, the exact same configuration file, no caching or threads. We've not tried HTTP/2 just yet, I'll have a look at this when I'm in the office tomorrow. Thanks On 1 Feb 2018 19:31, "Willy Tarreau" wrote: Hi guys, On Thu, Feb 01, 2018 at 06:16:32PM +0100, Lukas Tribus wrote: >

Re: Compression issues with http-server-close/httpclose

2018-02-01 Thread Willy Tarreau
Hi guys, On Thu, Feb 01, 2018 at 06:16:32PM +0100, Lukas Tribus wrote: > Hello Martin, > > On 1 February 2018 at 17:18, Martin Goldstone > wrote: > > Hi, > > > > We've been using haproxy in docker for quite some time to provide reverse > > proxy facilities for many

Re: Compression issues with http-server-close/httpclose

2018-02-01 Thread Lukas Tribus
Hello Martin, On 1 February 2018 at 17:18, Martin Goldstone wrote: > Hi, > > We've been using haproxy in docker for quite some time to provide reverse > proxy facilities for many and varied application servers. Typically, we've > always used option http-server-close

[PATCH] MINOR: introduce proxy-v2-options for send-proxy-v2

2018-02-01 Thread Emmanuel Hocdet
Hi,It’s patch introduce proxy-v2-options for send-proxy-v2.Goal is to add more options from  doc/proxy-protocol.txt, especially all TLS informations related to security.++Manu 0001-MINOR-introduce-proxy-v2-options-for-send-proxy-v2.patch Description: Binary data

Compression issues with http-server-close/httpclose

2018-02-01 Thread Martin Goldstone
Hi, We've been using haproxy in docker for quite some time to provide reverse proxy facilities for many and varied application servers. Typically, we've always used option http-server-close in the config, except for rare occasions where we might need http-keep-alive (eg ntlm authentication). We

Re: redispatch still cause error response

2018-02-01 Thread Lukas Tribus
Hello, On 1 February 2018 at 04:43, wrote: > Thanks for reply, any plan to support this requirement? > > If a backend server get killed when processing request, that haproxy > re-forwarad the request to another backend server? No, this is problematic for a number of

Re: Configuring HAproxy to Mbed tls implementation of TLS

2018-02-01 Thread Lukas Tribus
Hello, On 1 February 2018 at 03:13, Mariam Abboush wrote: > Hello dear HAproxy stuff > > > How can I configure HAproxy to a specific implementation of TLS, I mean for > example " Mbed TLS" which is a security library dedicated to the embedded > systems. You can't.