Re: Haproxy 1.7.9 or earlier stopped using h2

2017-09-05 Thread Willy Tarreau
Hi Matthias, On Sun, Sep 03, 2017 at 09:36:30AM +0200, Matthias Fechner wrote: > Dear all, > > I configured some time ago haproxy to support http2 using tcp mode on > FreeBSD. > > The configuration looked like: > > frontend www-https >     mode tcp >     option tcplog >     bind : ssl crt /usr/

Haproxy 1.7.9 or earlier stopped using h2

2017-09-03 Thread Matthias Fechner
Dear all, I configured some time ago haproxy to support http2 using tcp mode on FreeBSD. The configuration looked like: frontend www-https     mode tcp     option tcplog     bind : ssl crt /usr/local/etc/haproxy/certs/ alpn h2,http/1.1     use_backend nginx-http2-backend if { ssl_fc_alpn -i h2 }