-
Domain:
urhb.inandwww.urhb.in -
Error:
NET::ERR_CERT_COMMON_NAME_INVALID -
Issue: SSL certificate being served only covers
urhb.in, missingwww.urhb.inas a SAN — despite Vercel dashboard showing valid SSL for both -
Debug output: Attach your Gist link
-
DNS: Cloudflare (DNS-only mode, no proxy)
The domain troubleshooting guide can help with most custom domain configuration issues. You might be able to use that guide to solve it before a human is available to help you. Then you can come back here and share the answer for bonus points.
You can also use v0 to narrow down the possibilities.
Profile - rohitnirban - Vercel Community Looks like the www subdomain is still serving an old SSL certificate.
Try:
- Remove www.urhb.in from Vercel
- Re-add it
- Keep Cloudflare on DNS-only (gray cloud)
- Make sure www points to cname.vercel-dns.com
Usually this regenerates the certificate with both:
- urhb.in
- www.urhb.in
included ![]()
Tried this multiple times but it still gives the same error.
Also, Its not regenerating the certificate beacuse as i removed them and added them again they simple says valid configuration no Generating SSL certificate
yes honestly if the main domain works fine and only the www subdomain has the SSL error, then it’s usually NOT coming from your app code/VS Code source itself ![]()
NET::ERR_CERT_COMMON_NAME_INVALID is more about:
- SSL certificates
- DNS
- domain configuration
- proxy/CDN cache
- certificate sync/propagation
Your app code normally wouldn’t cause a browser certificate mismatch error like that.
Especially since Vercel already shows the deployment working and SSL valid in dashboard, it sounds more infrastructure/domain-side than application-side ![]()