Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
21.7 Legacy Series
»
haproxy: maybe a problem that cuts off long inquiries ?
« previous
next »
Print
Pages: [
1
]
Author
Topic: haproxy: maybe a problem that cuts off long inquiries ? (Read 1821 times)
opns_neuling
Jr. Member
Posts: 68
Karma: 2
haproxy: maybe a problem that cuts off long inquiries ?
«
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?
Logged
mag
Newbie
Posts: 3
Karma: 0
Re: haproxy: maybe a problem that cuts off long inquiries ?
«
Reply #1 on:
December 02, 2021, 06:14:24 pm »
Code:
[Select]
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.
«
Last Edit: December 02, 2021, 06:20:12 pm by mag
»
Logged
opns_neuling
Jr. Member
Posts: 68
Karma: 2
Re: haproxy: maybe a problem that cuts off long inquiries ?
«
Reply #2 on:
December 03, 2021, 10:57:13 am »
Thanks very much,
that was the solution for the time being.
debug on the weekend.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
21.7 Legacy Series
»
haproxy: maybe a problem that cuts off long inquiries ?