sureshanaparti commented on code in PR #12078:
URL: https://github.com/apache/cloudstack/pull/12078#discussion_r2730620233
##########
utils/src/main/java/com/cloud/utils/server/ServerProperties.java:
##########
@@ -56,4 +63,25 @@ public synchronized static Properties
getServerProperties(InputStream inputStrea
return properties;
}
+
+ public static boolean isHttpsEnabled() {
Review Comment:
it's already set in ServerDaemon, but not directly accessible. so checking
it through server properties where the config is defined.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]