Hi,
I’m having trouble getting SSL provisioned for my custom subdomain on Netlify. Hoping someone can help or confirm if this is a known backend issue.
Site: aparnapawar (Netlify project) Domain: workshop.foodmends.in Issue: SSL/TLS certificate stuck on “Waiting on DNS propagation” — HTTPS loads the site but serves the generic *.netlify.app wildcard cert instead of a custom Let’s Encrypt cert for my domain.
What’s already been done / confirmed:
-
CNAME record correctly set in GoDaddy: workshop CNAME aparnapawar.netlify.app.— verified from both GoDaddy nameservers (ns23 + ns24), Google DNS, Cloudflare DNS, and OpenDNS -
No conflicting A records in GoDaddy — only a single clean CNAME entry -
No CAA records restricting Let’s Encrypt -
HTTP (port 80) is working fine — no redirect loops -
ACME challenge path (/.well-known/acme-challenge/) is accessible and returns a response from Netlify’s edge -
Let’s Debug diagnostic: “All OK!” — no issues from Let’s Encrypt’s side -
Netlify’s “Verify DNS configuration” button returns “DNS verification was successful ✓” every time it’s clicked — but then reverts to “Waiting on DNS propagation” after a page reload -
Domain ownership verification in Netlify has cleared (no more “Pending DNS verification” warning) -
Netlify Status page shows all systems operational
What I suspect: The Let’s Encrypt cert is queued in Netlify’s provisioning backend but not completing — possibly hitting an internal retry issue or a failed validation rate limit from earlier attempts.
It’s been several hours now. Is there anything else I can try, or can a Netlify team member check the provisioning status for this site?
Thanks!