Is it possible to configure FMS(Foglight Management Server) HA(High Availability) to run with HTTPS
Yes it is possible to run FMS HA under HTTPS. You will need to use the procedure below:
The solution for this problem is to modify restart_monitor.config
Default line just after installation:
# The URL for the restarter to check the health status of Foglight Management Server
health.check.url = http://node1:8080/foglight-sl/HealthCheck;
Please change it to SSL URL:
health.check.url = "https://localhost:8443/foglight-sl/HealthCheck";
This procedure needs to be carried out on both nodes with respective names.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy