Hi everyone,
I recently pointed a custom domain from Namecheap to my Vercel project using the Nameserver method. The DNS records seem to have propagated (checked via DNS Checker), and the Vercel dashboard shows the domain as “Valid Configuration.”
Problem
The SSL status has been stuck on “Initialising” for over 18 hours now. When I try to visit the site, I get a privacy error:
Error:
NET::ERR_CERT_COMMON_NAME_INVALID
What I’ve Tried
- Removing and re-adding the domain.
- Double-checking that there are no conflicting
AorCNAMErecords. - Ensuring there’s no
CAArecord blocking Let’s Encrypt.
Is there a typical delay for SSL issuance on the Hobby plan right now, or is there something else I should check in my registrar settings?
Any help would be appreciated!