ApiListener: fix self-made security hole

This commit is contained in:
Alexander A. Klimov 2019-02-20 16:07:41 +01:00
parent 87b0c452db
commit 19625e62ef

View File

@ -629,6 +629,8 @@ void ApiListener::NewClientHandlerInternal(boost::asio::yield_context yc, const
log << " (no Endpoint object found for identity)";
}
} else {
verify_ok = false;
Log(LogInformation, "ApiListener")
<< "New client connection " << conninfo << " (no client certificate)";
}