Replies: 2 comments 7 replies
-
If you google this you will see it’s not about self-signed certs it’s about legacy TLS negotiation, which is not something we’re going to change. I would look back at ping since that’s actually what you want. What’s the problem there? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. Regarding ping, well the problem is there is no problem yet the host / service is reported as down in homepage... I've updated the config for the host I'm trying to monitor as follow
Which if I understood correctly the docs should be the correct config. Yet in homepage I get the service as "Down", which clearly is not. I was listening on the logs while restarting the container and there is no error pointing to that IP. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Description
Hi all,
I was trying to setup a monitor of the wireless access points around the house.
At first I've tried with a "ping" which would be sufficient (if the AP is responding then it's up) but ping is always returning a down results (not sure why, the AP is responding to the ping both from the host as well as from the container with
docker exec homepage ping <ip>
)This will be a different discussion tho...
I've tried changing it to siteMonitor as it's working better with other services but I'm getting an SSL error in the log (see attached).
For what it matters, the access point in question is an Aruba AP, which redirects automatically all requests (either HTTP or HTTPS) so the https://ip:4343 port which provides a self-signed certificate.
I've read in a different discussion / bug that the self-signed cert should not be an issue, but seems not in this case.
It could be related to the protocol of the reply from the AP (at least by the error reported) but I can't be sure about that.
Thanks!
homepage version
v0.10.9 (b5f4daa, Jan 6, 2025)
Installation method
Docker
Configuration
Container Logs
[2025-02-21T15:49:38.463Z] error: Error calling https://:4343/...
[2025-02-21T15:49:38.482Z] error: [
500,
Error: write EPROTO A04C5A9D7F000000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:921:
}
]
Browser Logs
No response
Troubleshooting
docker exec homepage ping : the AP respond correctly to the ping
/app # curl -L -k https://AP-IP:4343/
curl: (35) TLS connect error: error:0A000152:SSL routines::unsafe legacy renegotiation disabled
Beta Was this translation helpful? Give feedback.
All reactions