Re: Odd H2 in Chrome...

2019-06-20 Thread Lukas Tribus
On Thu, 20 Jun 2019 at 21:43, Michael Rennecke wrote: > > Hello, > > I have also problems with h2 and http 1.1 backends (Apache/2.4.25, gogs) > since the update on haproxy 2.0, see my build script. I would say, all > domains with cookies are broken. Disable h2 or disable htx works works me. This

Re: Odd H2 in Chrome...

2019-06-20 Thread Michael Rennecke
Hello, I have also problems with h2 and http 1.1 backends (Apache/2.4.25, gogs) since the update on haproxy 2.0, see my build script. I would say, all domains with cookies are broken. Disable h2 or disable htx works works me. My config: defaults log global modehttp option h

Re: Odd H2 in Chrome...

2019-06-20 Thread Lukas Tribus
Hello, On Thu, 20 Jun 2019 at 18:28, Igor Pav wrote: > On Thu, Jun 20, 2019 at 11:14 PM Lukas Tribus wrote: > > > > On Thu, 20 Jun 2019 at 09:24, Igor Pav wrote: > > > > > > Hi Lukas, > > > > > > Found when using h2, the request URI to squid is / without > > > http://example.com/, so squid

Re: Odd H2 in Chrome...

2019-06-20 Thread Igor Pav
Tried, still same result. On Thu, Jun 20, 2019 at 11:14 PM Lukas Tribus wrote: > > On Thu, 20 Jun 2019 at 09:24, Igor Pav wrote: > > > > Hi Lukas, > > > > Found when using h2, the request URI to squid is / without > > http://example.com/, so squid return 400 error... > > Can you disable htx

Re: Odd H2 in Chrome...

2019-06-20 Thread Lukas Tribus
On Thu, 20 Jun 2019 at 09:24, Igor Pav wrote: > > Hi Lukas, > > Found when using h2, the request URI to squid is / without > http://example.com/, so squid return 400 error... Can you disable htx and check again: no option http-use-htx in the default section. Lukas

Re: Odd H2 in Chrome...

2019-06-20 Thread Igor Pav
Hi Lukas, Found when using h2, the request URI to squid is / without http://example.com/, so squid return 400 error... -vv ``` HA-Proxy version 2.1-dev0-1ae2a8-16 2019/06/19 - https://haproxy.org/ Build options : TARGET = linux-glibc CPU = generic CC = gcc CFLAGS = -O2 -g

Re: Odd H2 in Chrome...

2019-06-19 Thread Lukas Tribus
Hello, On Wed, 19 Jun 2019 at 19:35, Igor Pav wrote: > > Hello, > > I do a quick playing around with H2 proxy with Chome, Chrome has > built-in HTTPS proxy support. > If I conf like: > > listen FE > mode http > bind 0.0.0.0:1443 ssl crt cert.pem alpn h2,http/1.1 > server squid-fwd-proxy 127.0.

Odd H2 in Chrome...

2019-06-19 Thread Igor Pav
Hello, I do a quick playing around with H2 proxy with Chome, Chrome has built-in HTTPS proxy support. If I conf like: listen FE mode http bind 0.0.0.0:1443 ssl crt cert.pem alpn h2,http/1.1 server squid-fwd-proxy 127.0.0.1:3128 then I set Chrome to use this proxy, it works fine with the https