Alex Bourg
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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...