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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...