There are several options to check the availability of the licensing service:
- In a Linux operating system environment, execute the following command:
curl -I -m 5 https://lic.regulaforensics.com/healthcheckThis 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.
-
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. -
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.
Comments
Please sign in to leave a comment.