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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...