Closed paradizelost closed 5 years ago
I forgot to mention i'm using the docker container
Upgrade from TCP to HTTP in HTX works for me, but without SSL only. And in fact, with an SSL connection the upgrade is done, but then the connection is frozen. I'm investigating.
@cognet pushed a fix. It was also backported to 2.0. See commit 2ab3dada0 for details. Thanks !
Thanks for the quick response!
Output of
haproxy -vv
anduname -a
What's the configuration?
Steps to reproduce the behavior
Actual behavior
I receive an HTTP 408 error in the browser if i wait long enough, but otherwise page doesn't load
Expected behavior
pages load correctly regardless of frontend/backend configuration, as it did in 1.9.7
Do you have any idea what may have caused this?
started with 2.0.0 release, 2.0.1 did not resolve the issue, config worked correctly on 1.9.7, as disabling htx seems to correc the problem, it seems to be something within htx
Do you have an idea how to solve the issue?