mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
parent
a018151eaf
commit
3bf180a341
@ -623,7 +623,7 @@ void ApiListener::NewClientHandlerInternal(
|
|||||||
identity = GetCertificateCN(cert);
|
identity = GetCertificateCN(cert);
|
||||||
} catch (const std::exception&) {
|
} catch (const std::exception&) {
|
||||||
Log(LogCritical, "ApiListener")
|
Log(LogCritical, "ApiListener")
|
||||||
<< "Cannot get certificate common name from cert path: '" << GetDefaultCertPath() << "'.";
|
<< "Cannot get certificate common name from peer (" << conninfo << ") cert.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user