Problem
I’m having trouble generating an SSL certificate for a custom domain. The domain was added while DNS was still propagating, which initially caused the certificate request to fail.
Current Behavior
The Vercel dashboard shows:
Failed to Generate Cert
Clicking Refresh does not trigger a new validation attempt. It appears the certificate generation may be stuck on the original failed validation state.
Error:
Failed to Generate Cert
http-01 challenge failed
DNS problem: NXDOMAIN looking up A for www.mindthehat.com
Environment
DNS has since been corrected and is now fully resolving globally.
Current DNS configuration:
@ A 216.198.79.1
www CNAME cname.vercel-dns.com
Global DNS checks now resolve correctly to Vercel edge IP ranges (64.29.x.x, 66.33.x.x, 76.76.x.x, etc.), and there are no NXDOMAIN responses from authoritative servers.
Question
Has anyone seen this before or is there a way to force a fresh ACME validation cycle without removing both the root and www domains?
Domain: mindthehat.com