Null
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
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- 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...