From: Alan T. DeKok Date: Tue, 14 Sep 2021 16:39:56 +0000 (-0400) Subject: better error message X-Git-Tag: release_3_0_24~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e33869d83d4ad69d3b4dad0defe950d33981bb4;p=thirdparty%2Ffreeradius-server.git better error message --- diff --git a/src/main/tls_listen.c b/src/main/tls_listen.c index 7c62ae54954..7b1c6437876 100644 --- a/src/main/tls_listen.c +++ b/src/main/tls_listen.c @@ -507,7 +507,7 @@ check_for_setup: */ if (sock->state == LISTEN_TLS_INIT) { if (!SSL_is_init_finished(sock->ssn->ssl)) { - RDEBUG("(TLS) FAILED in TLS handshake receive"); + RDEBUG("(TLS) OpenSSL says that the TLS session is still negotiating, but there's no more data to send!"); goto do_close; }