From f9fff54da24815ae746b50c7b14ce6fe11fee6d0 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 19 Feb 2019 14:12:46 +0100 Subject: [PATCH] ApiListener: don't require a valid certificate for the TLS handshake to complete --- lib/remote/apilistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp index 87933ae7a..691009a9f 100644 --- a/lib/remote/apilistener.cpp +++ b/lib/remote/apilistener.cpp @@ -545,7 +545,7 @@ void ApiListener::NewClientHandlerInternal(boost::asio::yield_context yc, const verifyError = msgbuf.str(); } - return preverified; + return true; }); if (role == RoleClient) { -- 2.40.0