valentine
valentine
Hello, aza547 ! Thanks a lot for all these details ! According to the tcpdump, which you've attached, it could be potentially a connection timers problem, but not only !...
Hi Osevan ! Thanks a lot for the request ! Actually, we have never tested WolfSSL OCSP stapling support with haproxy. And I suppose, that this will probably not work...
Hi Noah ! Thanks a lot for your report ! Yes, we extended a bit Linux capabilities support, as Aleks mentioned above. Extended in the scope, that now haproxy can...
Hi Noah ! The support for `cap_sys_admin ` capability was merged in the master branch [here](https://github.com/haproxy/haproxy/commit/5cbb278faed4f40bd84e8e79e414eb6ac474dc8b). Could you, please, try this branch, if this is possible for you, and provide...
Hi Freedge ! Thanks a lot for reporting this ! I try to reproduce, just to confirm you observe the same with the 3.0-dev7-ab7f05-82 2024/04/17 ? Many thanks in advance,...
Ok, thanks for details ! Steps that you've provided and a patch to have a stable behavior are completely sufficient for the moment, thanks for this !
Hi Freedge ! Could you share with us, please your glibc version, please (ldd --version) ? Regards,
Hi Freedge ! Could you try, please, to compile haproxy with this flag: DEBUG=-DDEBUG_THREAD and reproduce the infinite loop: make TARGET=linux-glibc USE_OPENSSL=0 USE_ZLIB=0 USE_PCRE=0 USE_LUA=0 USE_EPOLL=1 DEBUG=-DDEBUG_THREAD This will enable...
Hi Freedge ! Could you, please, try this patch below and provide us a feedback. ``` $ git diff diff --git a/src/haproxy.c b/src/haproxy.c index 8cc897e75..6850d243e 100644 --- a/src/haproxy.c +++ b/src/haproxy.c...
The [fix](https://github.com/haproxy/haproxy/commit/4a9e3e102e192b9efd17e3241a6cc659afb7e7dc) was merged and will be back-ported soon. So, I suppose we can close this one now.