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
- Having issues with login via CLI
``` ~/appwrite appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...