
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
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
