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:
Solution:Jump to 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
6 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Log: https://privatebin.io/?f6b261b54f5a861c#8BExyyoMKUMUYZhPUkCJdajGeH6cPcThkthdDAJReXiJ
OS: OMV (Debian) 7.7.9-1 (Sandworm)
Homarr version: 1.24.0
Docker compose:
You'll need to upload the root of the certificates you trust to homarr certificates page in tools. See https://homarr.dev/docs/management/certificates/
Homarr will only trust, what is on the general trusted list (defined in nodejs) or uploaded as trusted certificate. Certificates are stored in the file system and can also be replaced by a script if necessary:
https://homarr.dev/docs/management/certificates/#managing-it-through-file-system
Certificates | Homarr documentation
On this page you can manage your trusted certificates.
I've now added the certificate to the trusted certificates, but it still reports the service as not online, I've uploaded directly the certificate the application serves since it appears to be self signed, is that supposed to work? attached is the certificate in question
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
really nice, thanks!
I will close this then