mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
6629277157
commit
730364b600
@ -372,8 +372,8 @@ void ApiListener::NewClientHandlerInternal(const Socket::Ptr& client, const Stri
|
|||||||
return;
|
return;
|
||||||
} else if (!verify_ok) {
|
} else if (!verify_ok) {
|
||||||
Log(LogWarning, "ApiListener")
|
Log(LogWarning, "ApiListener")
|
||||||
<< "Peer certificate for endpoint '" << hostname
|
<< "Certificate validation failed for endpoint '" << hostname
|
||||||
<< "' is not signed by the certificate authority.";
|
<< "': " << tlsStream->GetVerifyError();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user