From: Arran Cudbard-Bell Date: Thu, 24 Jun 2021 18:47:38 +0000 (-0500) Subject: A more helpful error if we run out of jobs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3a1fcf481a009c03eb132f8375e00504d0bfb4c;p=thirdparty%2Ffreeradius-server.git A more helpful error if we run out of jobs --- diff --git a/src/lib/tls/session.c b/src/lib/tls/session.c index 6a1f3d88dc8..e049bea60ea 100644 --- a/src/lib/tls/session.c +++ b/src/lib/tls/session.c @@ -1324,6 +1324,10 @@ static unlang_action_t tls_session_async_handshake_cont(rlm_rcode_t *p_result, i } } + case SSL_ERROR_WANT_ASYNC_JOB: + RERROR("No async jobs available in pool, increase thread.openssl_async_pool_max"); + goto error; + default: /* * Returns 0 if we can continue processing the handshake