Hello all, It will be the second time I need to renew my SSL certificate manually. I don't understand why It's not done automatically. Here is how I proceed to renew it:
- Connect over SSH
- Run the command
docker compose exec appwrite ssl
- Restart my server
docker compose down && docker compose up -d
Here is the logs of the command docker compose logs appwrite-worker-certificates
appwrite-worker-certificates | [Worker] Worker 0 is ready!
appwrite-worker-certificates | Worker certificates started
appwrite-worker-certificates | [Job] Received Job (67980bccddbdb6.60828320).
appwrite-worker-certificates | Cannot renew domain (my.app.com) on attempt no. 3 certificate: Renew isn't required.
appwrite-worker-certificates | [Job] (67980bccddbdb6.60828320) failed to run.
appwrite-worker-certificates | [Job] (67980bccddbdb6.60828320) Renew isn't required.
appwrite-worker-certificates | Using deprecated logging configuration. Please update your configuration to use DSN format.Unable to parse DSN: scheme is required
appwrite-worker-certificates | [Error] Type: Exception
appwrite-worker-certificates | [Error] Message: Renew isn't required.
appwrite-worker-certificates | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Certificates.php
appwrite-worker-certificates | [Error] Line: 152
So my question is why the renew is not done automatically and I need to wait to the expiration date to renew it? Thanks :appwritepeepo:
Recommended threads
- Issue with account.get() – "type 'Null' ...
Hey everyone, I'm running a self-hosted Appwrite instance and using the Appwrite Flutter SDK. When calling account.get(), I get the following error: "type 'Nul...
- Creating A User Account
I have a simple form component that is expected to create a new user using the the ###firstName, ###lastName, ###username, and ###password from a react-hook-for...
- SMTP with Mailcow
I am trying to invite a member to my project and i have set up Mailcow but i have no idea which settings are correct. any help is appreciated