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
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...