mirror of https://github.com/Icinga/icinga2.git
commit
ff60c1af37
|
@ -623,7 +623,7 @@ void ApiListener::NewClientHandlerInternal(
|
|||
identity = GetCertificateCN(cert);
|
||||
} catch (const std::exception&) {
|
||||
Log(LogCritical, "ApiListener")
|
||||
<< "Cannot get certificate common name from cert path: '" << GetDefaultCertPath() << "'.";
|
||||
<< "Cannot get certificate common name from peer (" << conninfo << ") cert.";
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue