HAProxy returning 502 with SH--

2024-08-23 Thread BJ Taylor
We are trying to deploy HAProxy into our environment. We have a script that does some 600k api calls during approximately 24 hours. During that time, when haproxy is in place, there are a handful (8-12) of responses that come back as 502 with SH--. We've tested this against Ubuntu's default 2.8 ver

Re: HAProxy returning 502 with SH--

2024-08-23 Thread BJ Taylor
5","frontend_port":443},"ssl":{"version":"TLSv1.3","ciphers":"TLS_AES_128_GCM_SHA256"},"request":{"method":"POST","uri":"\/", > "protocol":"HTTP/2.0","header&q

Re: HAProxy returning 502 with SH--

2024-08-27 Thread BJ Taylor
main.com|} "POST https://front3.domain.com/front1 HTTP/2.0" I'm open to suggestions. Thanks, BJ On Fri, Aug 23, 2024 at 2:20 PM BJ Taylor wrote: > I will make the suggested changes and try again. Here are the failure logs > for the last run. Queues are 0, current conne

Re: HAProxy returning 502 with SH--

2024-08-27 Thread BJ Taylor
Ok, will do. Thanks. BJ On Tue, Aug 27, 2024 at 10:42 AM Lukas Tribus wrote: > Also, before doing anything else, try using: > > tune.disable-zero-copy-forwarding or tune.h1.zero-copy-fwd-recv off > > as there is currently an open bug that doesn't fully match your case > but is still close enou

Re: HAProxy returning 502 with SH--

2024-10-09 Thread BJ Taylor
en it runs into this error for some reason. Do you have other suggestions? Thanks, BJ On Tue, Aug 27, 2024 at 12:23 PM BJ Taylor wrote: > Ok, will do. Thanks. > > BJ > > > On Tue, Aug 27, 2024 at 10:42 AM Lukas Tribus wrote: > >> Also, before doing anything else, tr