Hi community,
i may have a problem cutting off long queries from haproxy.
Is there a config parameter to extend the length of the url / queries?
How do I get a rollback to haproxy 2.2.17?
opnsense-revert -r 21.7.5 haproxy22
in the shell should do it.
I'm also having some (different, increase of dropped connections) issues with HAProxy after updating to 21.7.6 so considering the same.
As for the request size limit, it should be tied to the tune.bufsize parameter (Services: HAProxy: Settings: Buffer size):
http://cbonte.github.io/haproxy-dconv/2.2/configuration.html#tune.bufsize
But it didn't change between these HAProxy versions so the actual reason behind your problem might be different.
Thanks very much,
that was the solution for the time being.
debug on the weekend.