mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 22:54:57 +02:00
commit
ff60c1af37
@ -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