
I followed the docs, but I still get an error when i try to generate my certificate.
- I created 2 A records that points to my appwrite instance. So, I can access appwrite using https://appwrite.savoro-app.ro
- I changed
_APP_ENV=production
,_APP_DOMAIN=appwrite.savoro-app.ro
,_APP_DOMAIN_TARGET=appwrite.savoro-app.ro
and_APP_SYSTEM_SECURITY_EMAIL_ADDRESS=savoroapp@gmail.com
- I ran
docker compose up -d
and everything is Running - I ran
docker compose exec appwrite ssl
and it printsScheduling a job to issue a TLS certificate for domain: appwrite.savoro-app.ro
TL;DR
Developers are struggling to enable SSL for their appwrite instance despite following the documentation and creating A records. They have checked the logs and the SSL is still invalid. One developer shared a log output from running a specific command. 
- I saw my SSL is still invalid after some time (even on incognito) then i ran
docker compose logs appwrite-worker-certificates
and received this:

- Next i checked what's inside
/var/log/letsencrypt/letsencrypt.log
and I got this:

This is the same as https://discord.com/channels/564160730845151244/1236618119649427467 ?

Yes

I think that one can be deleted
Recommended threads
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
