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 with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...