Find answers to your technical questions and learn how to use our products
Search suggestions:
By default, you can run health checks for nodes only using HTTP. To enhance security, you can enable HTTPS support for health check operations.
cdto misc
To enable HTTPS support for health checks, run the following command:
sudo ./https_healthCheck.sh --enable
To disable HTTPS support for health checks, run the following command:
sudo ./https_healthCheck.sh --disable
Previous Topic
Next Topic