Hi.
Running HA-Proxy version 2.2.14-a07ac36 on pfsense 2.5.2.
I am getting an SD error. I know this is caused by the backend server aborting the connection during the data send phase. I haven’t figured out why it is doing this yet, but everything else seems to be working OK.
Feb 4 14:38:25 fw1 haproxy[14494]: 192.168.0.1:37014 [04/Feb/2022:14:38:22.412] HTTPS_443~ Production_ipvANY/si-erp14 0/0/0/216/2799 200 3455367 - - SD-- 4/4/0/0/0 0/0 "GET https://domain.com/web/assets/334-e80f7c3/web.assets_backend.min.js HTTP/2.0"
Is there a way to force haproxy to retry the request?
Right now it returns a 200 status message to the client and it just hangs the application because the javascript file is truncated.
I have “retries 3” in the back end configuration, but that doesn’t seem to do anything.
thanks,
Geoff