SSL creation is stuck at "Waiting on DNS propagation"

We added a custom domain (pilartechnologies.com) to the site https://pilartechnologies.netlify.app but for some reason, the SSL certificate is not generated. It still shows as " Waiting on DNS propagation"

Double-checked our DNS entries and all look good

~> dig A pilartechnologies.com
...
;; ANSWER SECTION:
pilartechnologies.com.	300	IN	A	75.2.60.5

~> dig CNAME www.pilartechnologies.com
...
;; ANSWER SECTION:
www.pilartechnologies.com. 300	IN	CNAME	pilartechnologies.netlify.app.

Hi @gosse,

Thanks for reaching out and welcome to Netlify’s Support forums!

I do see you have an A Record properly configured to point to 75.2.60.5 for pilartechnologies.com. However, we don’t support IPv6 (AAAA) when using our load balancer IP address. You’ll need to remove the AAAA (IPv6) record:

host pilartechnologies.com
pilartechnologies.com has address 75.2.60.5
pilartechnologies.com has IPv6 address 2a05:d018:964:c0c:ac60:beb3:d5c4:7a41
pilartechnologies.com mail is handled by 0 pilartechnologies-com.mail.protection.outlook.com.

After removing the IPv6 records, please let us know if you are still having issues or have any questions.

Thanks @Melvin ,

We’ve removed the IPV6(AAAA) record from the DNS. Do you know, how it will take for the SSL to create?

Thanks
Gosse

Hi @gosse,

It can take up to 48 hours to propagate as mentioned here: [Support Guide] Why do DNS / SSL changes take up to 48 hours to propagate? (TTL) However, I do see that the SSL Certificate has been successful created here.