]> granicus.if.org Git - icinga2/commitdiff
ApiListener: don't require a valid certificate for the TLS handshake to complete
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Tue, 19 Feb 2019 13:12:46 +0000 (14:12 +0100)
committerAlexander A. Klimov <alexander.klimov@icinga.com>
Mon, 1 Apr 2019 09:40:14 +0000 (11:40 +0200)
lib/remote/apilistener.cpp

index 87933ae7a12367ea88e35d0c6a1cfb83a3362d42..691009a9f78ad2dd726fa0f5dd2eb71d5f1d0ab2 100644 (file)
@@ -545,7 +545,7 @@ void ApiListener::NewClientHandlerInternal(boost::asio::yield_context yc, const
                        verifyError = msgbuf.str();
                }
 
-               return preverified;
+               return true;
        });
 
        if (role == RoleClient) {