I’m trying to move my domain from being managed by AWS Route 53 to Netlify, I’ve migrated my NS as provided in Domain management section of admin on Netify and here is my dig response for NS:
❯ dig -t NS arcadechain.io
; <<>> DiG 9.10.6 <<>> -t NS arcadechain.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8941
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;arcadechain.io. IN NS
;; ANSWER SECTION:
arcadechain.io. 2065 IN NS dns3.p06.nsone.net.
arcadechain.io. 2065 IN NS dns4.p06.nsone.net.
arcadechain.io. 2065 IN NS dns1.p06.nsone.net.
arcadechain.io. 2065 IN NS dns2.p06.nsone.net.
;; Query time: 35 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Thu Jul 21 07:21:00 BST 2022
;; MSG SIZE rcvd: 132
After I’ve mede the changes to that effect I allowed 3 days for DNS changes to propagate yet it didn’t work initially. I made change to SAO pointing it to SAO config of the dns1.p06.nsone.net:
In AWS Route 56 value of SOA entry is
dns1.p06.nsone.net. hostmaster.nsone.net. 1658271384 43200 7200 1209600 3600
it however looks like this in dig (note difference in details in hostmaster.nsone.net set vs domains+netlify.netlify.com in dig ):
dig -t SOA arcadechain.io
[...]
;; ANSWER SECTION:
arcadechain.io. 3541 IN SOA dns1.p06.nsone.net. domains+netlify.netlify.com. 1658347921 43200 7200 1209600 3600
and here is response for dns1.p06.nsone.net.
dig -t SOA dns1.p01.nsone.net
[...]
;; AUTHORITY SECTION:
nsone.net. 3300 IN SOA dns1.p01.nsone.net. hostmaster.nsone.net. 1658271384 43200 7200 1209600 3600
this change made site to appear in the browser.
I can’t however set my SSL as the Domain Management still don’t consider the DNS as valid:
DNS verification failed
arcadechain.io doesn't appear to be served by Netlify
Following the documentation I can confirm that Server section is set to Netlify:
❯ curl -s -v http://www.arcadechain.io 2>&1 | grep -i server
< Server: Netlify
What would be my next steps to getting it sorted?
Edit:
After few hours, with no changes to anything, the site went offline and now is not accessible.