Hello, I have an Appwrite Site for which I added a custom domain. However, even though the domain is verified, the SSL certificate generation is failing. It is a subdomain. The logs show this error:
[07:33:25] Processing SSL certificate issuance.
[07:33:25] SSL certificate issuance failed:
DNS verification failed with resolver 8.8.8.8. Domain subdomain.domain.tld has incorrect A value 'XX.XXX.XX.XXX'.
Verify your DNS records are correctly configured and try again.
If they're correct and it still fails, please retry after sometime. DNS records can take up to 48 hours to propagate.
The thing is: the domain has a CNAME entry pointing to the main Appwrite domain, and the IP address for the A value is pointing to the same machine Appwrite is hosted on. How can I solve this error? My domain provider is godaddy, and I have added a catch-all CNAME entry * pointing to the domain Appwrite is hosted on.
I also get a success notification "Domain is verified" and I can access the Site using the custom domain added, but the certificate doesn't exist
Recommended threads
- [Self-hosted] Realtime crashes with "Mis...
- Problem adding domain onto the project a...
I have used 2 domains on the project HavanaDev (havanadev.pro and havanadev.com). .com was just redirected to . Pro domain. .pro is expired, now I’d like to use...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...