I’ve just set up the automatic HTTPS/SSL offered by Let’s Encrypt on the Netlify platform. However when I visit my site (https://whenhealthy.com), I receive the error:
NET::ERR_CERT_COMMON_NAME_INVALID
I noticed the certificate was issued by Digicert instead of Let’s Encrypt, not sure if this is the issue.
Note that one of the main reason that our system will issue an incomplete certificate is when there is a multiple conflicting records for your apex/bare domain or subdomain. Making you don’t have duplicate DNS records should typically help resolve issues like these.
What’s the best way to verify that there aren’t multiple conflicting records? I believe this is all setup properly, but I have two domains that I’m trying to point at the same Netlify site, and the Let’s Encrypt certificate is regenerating with only one of the two.
The one it was registering was vegasstrongtherapist.com, and the one it was missing was lasvegastherapistjennifer.com. It looks like this has now been fixed, though. Maybe something with inconsistent DNS propagation at the time? I tried regenerating it a few hours later again and then it worked, but at the time when it wasn’t there also weren’t any visible errors indicating what was wrong.
Mostly an academic question at this point, but I was looking for guidance for how to diagnose myself what was going wrong in that kind of case