-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cert Exp not shown in overview, but service marked as down when expired #3551
Comments
I've seen this with one of my monitors too, but haven't been able to figure out why. |
I've seen this with one of my monitors too. |
Would be great if someone can share a url where this is reproducible so we can test and debug this. |
|
@xifengzhu |
I found that https://wordmind.ai can recognize the certificate, but if it is https://wordmind.ai/health_check, it cannot recognize the certificate. |
This error is when the Port from https is not 443. |
|
sqlite> select * from monitor_tls_info where monitor_id=45; |
Tested #4281 as working and fixing this example too |
Resolved in next patch release |
🛡️ Security Policy
Description
One out of my many tests does show the "Cert Exp." in the monitor overview - although it showed the service as DOWN when the certificate expired!
Screenshot of the service (my local FritzBox):
Screenshot of the same configuration, for my local Grafana, as comparison:
Monitor configuration:
Logs in UI, showing that the monitor was down:
Logs indicating that the expiry date was correctly identified, see below.
👟 Reproduction steps
👀 Expected behavior
The cert expiry should be shown in the monitor overview.
😓 Actual Behavior
The cert expiry is not shown.
Note that in the backed everything is working fine: when we reached the expiry date, the service was shown as down in Kuma!
🐻 Uptime-Kuma Version
1.22.1
💻 Operating System and Arch
Raspbian GNU/Linux 11 (bullseye), ARM
🌐 Browser
Chrome, Firefox
🐋 Docker Version
Docker version 20.10.5+dfsg1, build 55c4c88
🟩 NodeJS Version
16
📝 Relevant log output
The text was updated successfully, but these errors were encountered: