Hello everyone.
Keep in mind I am an absolute newbie and I am trying to add a custom domain to my portfolio.
Yesterday I tried to add a custom domain that I buyed in porkbun. I have then added the name servers of netlify in the section of porkbun “AUTHORITATIVE NAMESERVERS”, which are:
dns1.p02.nsone.net
dns2.p02.nsone.net
dns3.p02.nsone.net
dns4.p02.nsone.net
This gave me an error when trying to access my website:
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
Today, I tried to access my website again and was still facing the same error, so I changed the DNS records in porkbun to match the one’s in netlify, which are:
|ALIAS|joanaluzpimentel.com|joanaluzpimentel.netlify.app|600|||
|CNAME|*.joanaluzpimentel.com|joanaluzpimentel.netlify.app|600|
(except that in netlify the TTL is 3600)
Am I doing something wrong? The website is still having the same error, and is not redirecting to joanaluzpimentel.netlify.app, did I messed up in the DNS records of porkbun when I shouldn’t or is the DNS propagation not done yet?
Thank you!