]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
better error message
authorAlan T. DeKok <aland@freeradius.org>
Tue, 14 Sep 2021 16:39:56 +0000 (12:39 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 14 Sep 2021 16:39:56 +0000 (12:39 -0400)
src/main/tls_listen.c

index 7c62ae549545a64fd31f17556bd19722117e6e5b..7b1c64378763175da4018a430b4cf81da114fb38 100644 (file)
@@ -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;
                }