-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
unable to verify the first certificate, no alarm with nocheck-tls-errors #2768
Comments
I think you have answered. My person opinion: |
Thank you for the quick response! ❤️
Unfortunately, I have to monitor the expiration of the certificate on this website. And the customer is resistant to advice, but it falls back on our team when it is broken (resp. expired) The Website is visited only by browsers. If the answer is Nope! I'll have to write a small shell-Script 😕 or a appointment on our digital calendar 🤷 |
I think a possible solution is to manually download the missing intermediate cert, and add it to node.js using the environment variable. (example here) |
I have the same problem. I used the environment variable to set the path to the cert. It is a .cer-file from our internal CA in PEM format (it has an Begin Certificate and End Certificate) This is my docker-compose file: services: When diving into the container, I see the cert is at the given location. Thank you for your help. |
We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 2 days. |
This issue was closed because it has been stalled for 2 days with no activity. |
🛡️ Security Policy
📝 Describe your problem
A probably misconfigured web server returns
Certificate Chain: Invalid
I've enabled in the Advanced Settings of the Monitor
However, this does not cause an alarm even though the defined days have been exceeded (Settings->Notification->TLS Certtificate Expiry)
It is an official TLS-Cert maybe intermediate Cert on Webserver is missing, but I don't have access to the web server, so I can't change it.
When I disable the option
Ignore TLS/SSL error for HTTPS websites
in the monitor throwsunable to verify the first certificate
😢Is it a bug in uptime-kuma or a misunderstanding on myself?
🐻 Uptime-Kuma Version
1.20.0
💻 Operating System and Arch
Centos 7
🌐 Browser
Edge Version 107.0+
🐋 Docker Version
23.0.0+
🟩 NodeJS Version
No response
The text was updated successfully, but these errors were encountered: