Hello, I am having trouble with an error occurring when I visit my website, which is built on netlify, but uses a DNS to a custom domain. When I enter the website I get prompted with a security warning, which says “SSL_ERROR_BAD_CERT_DOMAIN” in the advanced section.
I have to mention that I have created an A record that points to netlify and a CNAME record which points www to the netlify subdomain on which my app resides. However, when I try to ping myDomain, the netlify IP shows up, but when I ping www.myDomain, there’s another IP showing up. I also tried to add another A record, so that I also have one for www.myDomain, but that seems to break it.