Enabling or disabling HTTPS for health checks

Last Updated : Jun 05, 2026 |

About this task

By default, you can run health checks for nodes only using HTTP. To enhance security, you can enable HTTPS support for health check operations.

Procedure

  1. Log in to the Avaya Aura® Device Services CLI using an SSH connection.
  2. Run the following command:

    cdto misc

  3. Do one of the following:
    • 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