From 63f49db54c6ee2ba83614075c1f07039de0dffd4 Mon Sep 17 00:00:00 2001 From: stephb9959 Date: Wed, 13 Sep 2023 11:04:43 -0700 Subject: [PATCH] https://telecominfraproject.atlassian.net/browse/WIFI-7831 Signed-off-by: stephb9959 --- src/framework/SubSystemServer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/framework/SubSystemServer.cpp b/src/framework/SubSystemServer.cpp index f6df356..47beff9 100644 --- a/src/framework/SubSystemServer.cpp +++ b/src/framework/SubSystemServer.cpp @@ -320,6 +320,8 @@ namespace OpenWifi { } else if (L == "once") M = Poco::Net::Context::VERIFY_ONCE; + std::cout << "Security level: " << level << " : " << L << " : " << M << std::endl; + PropertiesFileServerEntry entry( MicroServiceConfigGetString(address, ""), MicroServiceConfigGetInt(port, 0), MicroServiceConfigPath(key, ""), MicroServiceConfigPath(cert, ""),