mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 08:35:56 +03:00
[GH-ISSUE #487] OpenWrt ddns-scripts returns error - "Invalid SSL certificate" ? #360
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#360
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 @jaimet on GitHub (Oct 8, 2021).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/487
Hi.
I've recently discovered that the ddns-scripts updater (that I am using in my OpenWrt router) appears to be having problems. I see the following in the syslog:
I think that I have traced the problem back to:
I realise and understand that this is not an OpenWrt support site, but as far as I am aware, I have changed nothing in my router for the past 3 months. Are you aware of any recent changes (with nsupdate.info) that may cause this?
With kind regards, Jaime
@ThomasWaldmann commented on GitHub (Oct 9, 2021):
You can check our certificate by invoking this url with a browser: it is a letsencrypt cert.
Maybe you need to update your root certificates / ca certificates.
@jaimet commented on GitHub (Oct 9, 2021):
Ok. I don't know what url you were referring to, but I triggered/found this during my investigation, and obviously the results indicate that the problem is not with your certificate.
I'm currently using openwrt's latest root certificates / ca certificate package, so I don't think is the cause of the problem. It may be a problem with the new ssl library that I'm using.
I'll close this now, but I am going to keep digging, and I will update this issue with any useful information that I find. Thank you for your reply, but above all, thank you for nsupdate.info. 🙏
@ThomasWaldmann commented on GitHub (Oct 10, 2021):
Looks like you need TLS 1.2 or 1.3 and up-to-date ca certs.
@jaimet commented on GitHub (Oct 12, 2021):
Found it! It seems that I am not alone. - it is an issue with wolfssl, triggered by the expiration of one of the letsencrypt global root certs. Interestingly, there is no later ca-bundle, presumably because both openssl and mbedTLS can deal correctly with the expiration (by automatically switching to the other certification path). HTH.
@ThomasWaldmann commented on GitHub (Oct 13, 2021):
Ah, yeah, that explains it.