Behavior of nginx on Allocation Failure

2022-06-14 Thread Colin
Hi All, I'm interested in how nginx performs when close to/at memory limits, but haven't been able to find answers to a couple of things. Mainly: Does nginx usually treat allocation failures as recoverable, or fatal? I know ngx_alloc fires an emergency-level error on failure, but I'm curious about

Re: Nginx KTLS hardware offloading not working

2022-06-14 Thread liwuliu
Oh...works when use Nginx 1.22 and OpenSSL 3.1.0. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,294477,294485#msg-294485 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Nginx KTLS hardware offloading not working

2022-06-14 Thread liwuliu
Hi Dear Sergey, Many thanks for your kind reply. I attached further testing, seems I still cannot use in-line TLS by NIC when I do the HTTPS access as you suggested (previously I was testing 443:443 reverse proxy). Will try latest Nginx and Openssl. At the same time if you have any hints/adv