I’ve connected my custom domain (hosted on Squarespace) to a site deployed on Netlify. I’ve added two A records for the root domain and a CNAME for the www
subdomain pointing to my Netlify site.
However, I’m running into two issues:
- SSL Error on
www.mycustomdomain.net
When visitingwww.mycustomdomain.net
, I get a privacy error saying the certificate is invalid. DNS verification on Netlify was successful, but no SSL certificate seems to be provisioned yet. - Root Domain Redirects to Squarespace
Whilewww.mycustomdomain.net
loads the correct Netlify app, accessingmycustomdomain.net
(withoutwww
) still shows the default Squarespace landing page.