Netlify DNS active on both www.kdlanguageservices.co.za and kdlanguageservices.co.za
SSL says waiting for propagation but when i click verify DNS configuration I get a tick next to SSL and message “DNS verification was successful”
I have reduced the TTL to 5 minutes
I have the domain on Route53, NS records are setup as well as A record pointing to 104.198.14.52, CNAME for kdlanguageservices.co.za with value kdlanguageservices.netlify.app
It’s working now, reverted back to the amazon dns. Leaving me even more confused cause I used that tool dig and the NS coming through there was the dns1.p06.nsone.net etc
Does it matter which apex domain in route53 is the NS record
mine was
kdlanguageservices.co.za
but the primary in netlify was www.kdlanguageservices.co.za ?
Just trying to learn for future implementations where i want Netlify to be the DNS since it’s great
Hey @hoektoe,
The NS may have been the same if you checked before the updated DNS had propagated- that can take up to 48 hours. When I check now, this is what I see:
$ host -t NS kdlanguageservices.co.za
kdlanguageservices.co.za name server ns-739.awsdns-28.net.
kdlanguageservices.co.za name server ns-1730.awsdns-24.co.uk.
kdlanguageservices.co.za name server ns-422.awsdns-52.com.
kdlanguageservices.co.za name server ns-1124.awsdns-12.org.
Checking the www address returns:
$ host www.kdlanguageservices.co.za
www.kdlanguageservices.co.za is an alias for kdlanguageservices.netlify.app. <--- this is your CNAME to Netlify ✅
kdlanguageservices.netlify.app has address 138.68.244.143 <--- this is a Netlify CDN node
kdlanguageservices.netlify.app has address 206.189.73.52 <--- this is a Netlify CDN node
kdlanguageservices.netlify.app has IPv6 address 2604:a880:2:d0::1354:7001 <--- this is the IPv6 address of one of the above Netlify CDN nodes
kdlanguageservices.netlify.app has IPv6 address 2604:a880:2:d0::1546:5001 <--- this is the IPv6 address of one of the above Netlify CDN nodes
Checking the bare domain returns:
$ host kdlanguageservices.co.za
kdlanguageservices.co.za has address 104.198.14.52 <--- this is our load balancer ✅
Let us know if this helps or if you have other questions!