ApiListener: don't require a valid certificate for the TLS handshake to complete

This commit is contained in:
Alexander A. Klimov 2019-02-19 14:12:46 +01:00
parent 6c86c127f1
commit f9fff54da2
1 changed files with 1 additions and 1 deletions

View File

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