Problem with ping for self-signed external service
Hello, I am trying to get the status indicators to properly report status. I have managed this by setting the ping URL to the internal address, this has worked for all but one of the services I am running.
The one exception is crafty controller, it is running on another computer and it is using a self-signed certificate to establish an https connection, for some reason it never recognises it as up.
I have tried with both http:// and https:// at the start of the URL but nothing seems to work
this is the result of accessing the URL from curl:
The one exception is crafty controller, it is running on another computer and it is using a self-signed certificate to establish an https connection, for some reason it never recognises it as up.
I have tried with both http:// and https:// at the start of the URL but nothing seems to work
this is the result of accessing the URL from curl:
Solution
Okay not sure, however I've created a pr that will remove the requirement valid certificates for the ping. It will be released next friday