mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
Some URL show down after updated to v1.23.4 #2792
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2792
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aciducen1995 on GitHub (Nov 14, 2023).
⚠️ Please verify that this bug has NOT been raised before.
🛡️ Security Policy
📝 Describe your problem
After updating my uptime-kuma to the latest v1.23.4, some URLs are showing down. Refer to Error based on log. After i revert back to v1.23.3, the uptime are ok.
📝 Error Message(s) or Log
Error in Dashboard
write EPROTO C0577B433D7F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:922:
Error in container log
| Interval: 60 seconds | Type: http | Down Count: 0 | Resend Interval: 0
2023-11-14T19:13:46+08:00 [MONITOR] WARN: Monitor #5 'https://xxxxxx.com.my': Failing: write EPROTO C0A7EDAA937F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:922:
Keep in mind i have changed the URL to xxxxx
🐻 Uptime-Kuma Version
1.23.4
💻 Operating System and Arch
Oracle Linux 8.5
🌐 Browser
Google Chrome
🐋 Docker Version
20.10.17
🟩 NodeJS Version
No response
@chakflying commented on GitHub (Nov 14, 2023):
This is a security fix in node.js v17+. Is the server running behind a corporate VPN/firewall?
(Related: nodejs/node#45378, blog post)
@CommanderStorm commented on GitHub (Nov 14, 2023):
@aciducen1995
I think this is a duplicate of #4027
If you agree, could you please close this Issue, as duplicates only create immortal zombies and are really hard to issue-manage?
If not, what makes this issue unique enough to require an additional issue? (Could this be integrated into the issue linked above?) ^^
Note that our contribution guide can be found here and that we are open to contributions if you adhere to this
@aciducen1995 commented on GitHub (Nov 14, 2023):
yes its behind corporate firewall.
@desquinn commented on GitHub (Nov 17, 2023):
Wea re having the same issue following the upgrade. The commonality between two checks are that they are testing Lets Encrypt Certificates on Draytek routers using DDNS supplied by Draytek. The two urls are in the form https://xxxhostxxxx.drayddns.com:9443/ and the URLs work in firefox etc without any issue. These are the external firewalls for a couple of Small businesses.
@chakflying commented on GitHub (Nov 17, 2023):
timeoutparameter for a monitor was recently introduced. Does changing its value result in different behavior for the monitor?1.23.5-beta.0is also out so you may try it to see if it improves the situation.@desquinn commented on GitHub (Nov 17, 2023):
I may try the beta as well.
@louislam commented on GitHub (Nov 17, 2023):
1.23.5-beta.0do not include https://github.com/louislam/uptime-kuma/pull/4044 yet.@CommanderStorm commented on GitHub (Dec 1, 2023):
@desquinn
github.com/louislam/uptime-kuma@b383392e8fwas merged and is avaliable since thev1.23.5release.=> I am assuming this issue is fixed.
If it is not, could you please comment, so we can debug this further? ^^