You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for this awesome project. We have been using it for sometime now without any issues.
However, with the latest release supporting HTTP2, we ran in to an issue. by default, when the ENABLE_H2 option is true, When accessing Elastic's Kibana and some web applications, we see occasional (but persistent) 400 errors from the proxy:
I'm not sure how Kibana works internally. Normally, HAProxy will use h2 protocol only if it's supported by the client, and switch to http1.1 if it's not. I used it with my own Kibana instance without any problem. However, that one is for my personal use and doesn't have high traffic so it's possible that I was simply lucky so far.
If you can send me the commands you executed to create ELK and DFP, I can replicate them in my own cluster.
The workaround you did (disabling h2) should work if you do not use it normally.
P.S. Sorry for not responding earlier. Too much work...
Thank you so much for this awesome project. We have been using it for sometime now without any issues.
However, with the latest release supporting HTTP2, we ran in to an issue. by default, when the ENABLE_H2 option is true, When accessing Elastic's Kibana and some web applications, we see occasional (but persistent) 400 errors from the proxy:
The error code from the proxy is "CH" in both cases. When we switch the ENABLE_H2=false, all are working fine without any 400s whatsoever ever.
/cfg/haproxy.conf:
can you please help?
The text was updated successfully, but these errors were encountered: