Im super confused what am i doing wrong
The domain is being verified but I keep receiving this error when loading the certificates.
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 appwrite.{domain(replacing here for privacy)}.org
Using the webroot path /storage/certificates for all unmatched domains.
Waiting for verification...
Challenge failed for domain appwrite.null-cloud.org
http-01 challenge for appwrite.null-cloud.org
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 are facing issues with certificates for a custom domain, and the error message indicates a challenge failure during the certificate issuance process. The domain is being verified, but certificates are not loading successfully. The error log suggests checking the Let's Encrypt community forum for solutions or re-running Certbot with verbose mode (-v) for more details.Recommended threads
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Setup custom domain on selfhosted behind...
Hello everyone, can anyone help me to setup a custom domain on a selfhosted appwrite instance thats running behind cloudflare tunnels? Current setup: Appwrite r...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...