Hi,
I’m getting the “your domain doesn’t appear to be served by Netlify” despite my domain definitely being served by Netlify. I checked the response headers for both the apex and www (sub) domain and it looks correct:
curl -s -v http://zoeknights.com 2>&1 | grep -i server
< Server: Netlify
curl -s -v http://www.zoeknights.com 2>&1 | grep -i server
< Server: Netlify
My domain’s nameservers are configured as follows:
dns1.p03.nsone.net
dns2.p03.nsone.net
dns3.p03.nsone.net
dns4.p03.nsone.net
And I have records set up correctly - tried to include them but it wouldn’t let me because I had more than 6 links in the post
This is preventing SSL cert renewal. Any help would be appreciated - thank you!