Hi team,
I’m facing an SSL provisioning issue with my site.
Netlify site name: heystyle.netlify.app
Custom domain: heystyle.in
DNS is configured externally (Hostinger).
Current DNS records:
-
A → 75.2.60.5
-
A → 99.83.190.102
-
CNAME (www) → heystyle.netlify.app
dig heystyle.in +short returns:
75.2.60.5
99.83.190.102
curl -I http://heystyle.in returns:
HTTP/1.1 301 Moved Permanently
Server: Netlify
Location: https://heystyle.in/
So the domain is clearly being served by Netlify.
However, in the Netlify dashboard under HTTPS, I get:
DNS verification failed
heystyle.in doesn’t appear to be served by Netlify
Because of this, the certificate cannot be provisioned and the site shows “Not Secure”.
I already:
-
Removed and re-added the custom domain
-
Waited for propagation
-
Confirmed no AAAA record
-
Confirmed no CAA record
It has been more than 3 days.
Could someone check if the domain association or ACME challenge is stuck internally?
Thanks in advance.