
I installed appwrite on a plesk server, and used nginx as a reverse proxy Appwrite instance: https://cms.itexpertnow.com
When I try to use any custom domains, it fail with the following error:
- domain 1:
vanguard.itexpertnow.com
- domain 2:
vanguard.cms.itexpertnow.com
Error:
TypeScript
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 vanguard.itexpertnow.com
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Challenge failed for domain vanguard.itexpertnow.com
http-01 challenge for vanguard.itexpertnow.com
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.
TL;DR
Developers encountered certificate generation errors when using custom domains for an Appwrite instance. The error message indicates challenge failures for the domains `vanguard.itexpertnow.com` and `vanguard.cms.itexpertnow.com` when trying to issue certificates. This issue may be resolved by verifying the webroot path and checking the Let's Encrypt log file for more details.Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
