Hello, my appwrite TLS certificate has suddenly become invalid. It worked fine yesterday, but not today. I gives me the NET::ERR_CERT_DATE_INVALID error message. When i try to manually generate a new certificate, i get the following output:
appwrite-worker-certificates | [Worker] Worker 0 is ready!
appwrite-worker-certificates | Worker certificates started
appwrite-worker-certificates | [Job] Received Job (65631e726c92c3.33534250).
appwrite-worker-certificates | Cannot renew domain xx on attempt no. 6 certificate: Failed to issue a certificate with message: Saving debug log to /var/log/letsencrypt/letsencrypt.log
appwrite-worker-certificates | Plugins selected: Authenticator webroot, Installer None
appwrite-worker-certificates | Performing the following challenges:
appwrite-worker-certificates | http-01 challenge for xx
appwrite-worker-certificates | Using the webroot path /storage/certificates for all unmatched domains.
appwrite-worker-certificates | Waiting for verification...
appwrite-worker-certificates | Challenge failed for domain xx
appwrite-worker-certificates | http-01 challenge for xx
appwrite-worker-certificates | Cleaning up challenges
appwrite-worker-certificates | Some challenges have failed.
appwrite-worker-certificates | Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
appwrite-worker-certificates |
appwrite-worker-certificates | [Job] (65631e726c92c3.33534250) successfully run.
For anyone running into the same issue. This was a firewall problem, since i had restricted http access, so the http-01 challenge from letsencrypt was failing.
[SOLVED]NET::ERR_CERT_DATE_INVALID
Recommended threads
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....