mirror of https://github.com/Icinga/icinga2.git
ApiListener: don't require a valid certificate for the TLS handshake to complete
This commit is contained in:
parent
6c86c127f1
commit
f9fff54da2
|
@ -545,7 +545,7 @@ void ApiListener::NewClientHandlerInternal(boost::asio::yield_context yc, const
|
|||
verifyError = msgbuf.str();
|
||||
}
|
||||
|
||||
return preverified;
|
||||
return true;
|
||||
});
|
||||
|
||||
if (role == RoleClient) {
|
||||
|
|
Loading…
Reference in New Issue