How to check the availability of the licensing service?

There are several options to check the availability of the licensing service:

  1. In a Linux operating system environment, execute the following command:
    curl -I -m 5 https://lic.regulaforensics.com/healthcheck

    This curl command sends a HEAD request to the URL https://lic.regulaforensics.com/healthcheck with a maximum timeout of 5 seconds. If the licensing service is available, a response with the status 200 OK will be received.

  2. Check the possibility of downloading the file from the following link: https://lic.regulaforensics.com/healthcheck
    If the service is accessible, a file named healthcheck should be successfully downloaded to your device.

  3. If you are using a proxy, refer to the following information:

    Note

    HTTP proxy, used to connect to the license service. Do not specify protocol prefix in proxy URL. Do not specify protocol prefix in proxy URL. Instead HTTPS_PROXY=http(s)://host:port use HTTPS_PROXY=host:port If you use your own TLS certs, place them in /etc/ssl/certs folder in Linux and docker envs.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.

Articles in this section

See more