mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
ApiListener: fix self-made security hole
This commit is contained in:
parent
87b0c452db
commit
19625e62ef
@ -629,6 +629,8 @@ void ApiListener::NewClientHandlerInternal(boost::asio::yield_context yc, const
|
|||||||
log << " (no Endpoint object found for identity)";
|
log << " (no Endpoint object found for identity)";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
verify_ok = false;
|
||||||
|
|
||||||
Log(LogInformation, "ApiListener")
|
Log(LogInformation, "ApiListener")
|
||||||
<< "New client connection " << conninfo << " (no client certificate)";
|
<< "New client connection " << conninfo << " (no client certificate)";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user