mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
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();
|
verifyError = msgbuf.str();
|
||||||
}
|
}
|
||||||
|
|
||||||
return preverified;
|
return true;
|
||||||
});
|
});
|
||||||
|
|
||||||
if (role == RoleClient) {
|
if (role == RoleClient) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user