Rank 2: Process
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.