SSL cert for https://download.dnscrypt.info has expired #3326
tolvos
started this conversation in
Potential issues
Replies: 1 comment 2 replies
|
FWIW, I also see an expired certificate from my location but the Qualys SSL Server Test I ran sees a valid chain expiring next month. It appears the site is running behind BunnyCDN and one of the features they offer is "free auto-renewing SSL certificates via Let’s Encrypt", so I assume this is a problem on their end where some of their front-end servers have fallen out of sync. Regarding new and existing users, the default configuration specifies 3 diverse domains for sources so even if this one is unreachable the other 2 (GitHub and jsDelivr) should allow startup to proceed (verified locally with fresh copy of 2.1.18). |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Howdy!
I use dnscrypt-proxy in an OCI container (https://github.com/klutchell/dnscrypt-proxy-docker), and am noticing this issue when trying to start:
Since the problem seems to stem from
https://download.dnscrypt.info's SSL cert, I don't think this is a problem with the OCI container. Here's some curl results:From what I can tell, folks who are trying to set up dnscrypt-proxy for the first time are probably going to hit this error and not be able to do anything. Actively running instances of dnscrypt-proxy are probably fine (for now?)
All reactions