
I am running appwrite behind a nginx reverse proxy. I created a custom domain and the verification worked. The certificate creation did not. It shows a status failed and this message:
Failed to issue a certificate with message: Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Performing the following challenges:
http-01 challenge for ...
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Challenge failed for ...
http-01 challenge for ...
Cleaning up challenges
Some challenges have failed.
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.
Can I somehow access appwrites letsencrypt logs, is this mounted somewhere?

The logs are should be in the appwrite-worker-certificates
container, I think


It looks like nginx is intercepting the cert challenges, so they’re not reaching Appwrite
Recommended threads
- Question about adding duplicate worker-f...
1.) Is this still this is a valid strategy for having parallel processing of async function executions? I saw some support threads on the appwrite site which we...
- Problem for certificate
Good evening! I installed Appwrite on my hosting via Docker Compose. Then I set up the .env configuration. But for some reason it does not support HTTPS, when l...
- SMTP Error: Could not connect to SMTP
My appwrite self-hosted instance on DigitalOcean cannot sennd emails. The following results were performed Log: ``` docker compose logs -f appwrite-worker-mail...
