Re: Haproxy 1.8.4 400's with http/2

2018-03-21 Thread Willy Tarreau
Hi guys, On Thu, Feb 22, 2018 at 11:24 AM, Sander Klein wrote: > It was indeed the option httpclose enabled only on that backend. I tried to reproduce the issue but failed to do so. The config I used is this one : listen h2 mode http bind :4443 ssl crt rsa+dh2048.pem npn h2

Re: Haproxy 1.8.4 400's with http/2

2018-02-25 Thread Elias Abacioglu
Maybe this should be a warning when starting haproxy? So people doesn't configure h2 wrong? On Thu, Feb 22, 2018 at 11:24 AM, Sander Klein wrote: > Thanks Lukas, > > It was indeed the option httpclose enabled only on that backend. > > Greets, > > Sander > > > On 2018-02-21 16:49, Lukas Tribus wr

Re: Haproxy 1.8.4 400's with http/2

2018-02-22 Thread Sander Klein
Thanks Lukas, It was indeed the option httpclose enabled only on that backend. Greets, Sander On 2018-02-21 16:49, Lukas Tribus wrote: Hello Sander, make sure you use "option http-keep-alive" as http mode, specifically httpclose will cause issue with H2. If that's not it, please share the c

Re: Haproxy 1.8.4 400's with http/2

2018-02-21 Thread Lukas Tribus
Hello Sander, make sure you use "option http-keep-alive" as http mode, specifically httpclose will cause issue with H2. If that's not it, please share the configuration; also you may want to try enabling proxy_ignore_client_abort in the nginx backend [1]. cheers, lukas [1] http://nginx.org/