vishesh92 commented on code in PR #12078:
URL: https://github.com/apache/cloudstack/pull/12078#discussion_r2681548256
##########
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:
IMO, it will be better to set a variable during initialization and just
return that. Updating https and other things, require restarting server anyway.
--
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]