Le 28/10/2019 à 22:00, Christopher Faulet a écrit :
macbookpro:~ andreavettori$ curl --http2 -v http://g.testhost
[SNIP]
Here, it is the expected behavior. HAProxy does not support explicit H2 upgrade.
In Fact, for this one, I was wrong. The result should be more or less the same
that an HTTP/1.1 request. The upgrade should be ignored and the request should
be sent in H2 to the server without the header "Upgrade". In return, the H2
response should be converted to HTTP/1.1 and sent to the client.
So, as for all requests on the ports 80 and 82, you have a configuration issue.
Looking at you complete configuration (with global and defaults sections), it
does not seem to be problem with your HAProxy configuration. So there is
something else.
BTW, could you also describe the response. Its size ? Is there any trailers ? If
any, How big are they ?
--
Christopher Faulet