I did all four of these steps:
- Find your DNS provider’s DNS record settings for your apex domain,
petsofnetlify.com
.
- Add a CNAME record with your subdomain,
blog
, as the host.
- Point the record to your Netlify subdomain,
brave-curie-671954.netlify.app
.
- Save your settings. It may take a full day for the settings to propagate across the global Domain Name System.
And as you can see here: https://dpodreact.tanguay.info
The CNAME seems to be pointing correctly to dpodreact.netlify.app, but there is an HTTPS error:
SSL_ERROR_BAD_CERT_DOMAIN
“Websites confirm their identity with certificates. Firefox does not trust this website because the certificate used by the website does not apply to dpodreact.tanguay.info. The certificate is only valid for the following names: * .netlify.com, netlify.com”
How do I fix this problem so that I can see my site at dpodreact.tanguay.info?