OPNsense Forum

Archive => 21.7 Legacy Series => Topic started by: opns_neuling on December 02, 2021, 11:28:17 AM

Title: haproxy: maybe a problem that cuts off long inquiries ?
Post by: opns_neuling on December 02, 2021, 11:28:17 AM
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?
Title: Re: haproxy: maybe a problem that cuts off long inquiries ?
Post by: mag on December 02, 2021, 06:14:24 PM
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.
Title: Re: haproxy: maybe a problem that cuts off long inquiries ?
Post by: opns_neuling on December 03, 2021, 10:57:13 AM
Thanks very much,
that was the solution for the time being.
debug on the weekend.