Hello all, I have a Netlify site at https://ablocktothepast.netlify.app, and I recently purchased https://ablocktothepast.com from SquareSpace. I had trouble setting it up, but now it just spits the error ‘Too many redirects’. Here’s what I have configured…
In Netlify, all domains are working, no ‘awaiting external DNS’.
HTTPS has been enabled as well.
In Squarespace, I added one custom record: www CNAME N/A ablocktothepast.netlify.app
I also turned off Domain Lock and added only these to the nameservers: dns1.p01.nsone.net
You have delegated the nameservers to both your squarespace and Netlify:
ablocktothepast.com. 3600 IN NS ns01.squarespacedns.com.
ablocktothepast.com. 3600 IN NS ns04.squarespacedns.com.
ablocktothepast.com. 3600 IN NS dns3.p04.nsone.net.
ablocktothepast.com. 3600 IN NS ns02.squarespacedns.com.
ablocktothepast.com. 3600 IN NS dns1.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns4.p04.nsone.net.
ablocktothepast.com. 3600 IN NS ns03.squarespacedns.com.
ablocktothepast.com. 3600 IN NS dns2.p04.nsone.net.
If you’re intending to use external DNS, you’ll want to remove the dns2.p0x.nsone.net nameservers and create an A record for ablocktothepast.com pointing to 75.2.60.5.
You’ll need to remove all the nsone.net nameservers @CasperThePancake
$ dig ablocktothepast.com NS
ablocktothepast.com. 3600 IN NS ns03.squarespacedns.com.
ablocktothepast.com. 3600 IN NS ns04.squarespacedns.com.
ablocktothepast.com. 3600 IN NS dns1.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns2.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns3.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns4.p04.nsone.net.
ablocktothepast.com. 3600 IN NS ns01.squarespacedns.com.
ablocktothepast.com. 3600 IN NS ns02.squarespacedns.com.
For me above query was answered by one of those servers (see below) which isn’t going to work when using external DNS
$ dig ablocktothepast.com NS +trace | tail -n10
ablocktothepast.com. 3600 IN NS dns1.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns2.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns3.p04.nsone.net.
ablocktothepast.com. 3600 IN NS dns4.p04.nsone.net.
ablocktothepast.com. 3600 IN NS ns01.squarespacedns.com.
ablocktothepast.com. 3600 IN NS ns02.squarespacedns.com.
ablocktothepast.com. 3600 IN NS ns03.squarespacedns.com.
ablocktothepast.com. 3600 IN NS ns04.squarespacedns.com.
;; Received 228 bytes from 198.51.45.65#53(dns4.p01.nsone.net) in 25 ms
This is quite confusing, I have to add either those 8 preset or at least 2 custom nameservers. Netlify asks to add all those nsone nameservers, so… I’m not sure which ones I should keep now?
Update: I can remove every nsone server and keep the 4 squarespacedns servers.
You only add the Netlify nameservers if you are delegating DNS to Netlify. If you are using external DNS you do not add Netlify nameservers rather you would use external nameservers such as those of the domain registrar.