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
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...