HomarrH
Homarr8mo ago
12 replies
TheRedCyclops

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:
curl http://192.168.100.7:8443
curl: (56) Recv failure: Connection reset by peer

curl https://192.168.100.7:8443
curl: (60) SSL certificate problem: self-signed certificate
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the webpage mentioned above.
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
Was this page helpful?