I’m trying to connect my Cloudflare-managed domain guessthatnote.com to my Netlify site support-guessthatnote.netlify.app, keeping Cloudflare in DNS-only mode.
The problem on Netlify side is In Site settings → Domain management, I’ve added guessthatnote.com, but I never see the “Awaiting external DNS” or “Check DNS configuration” button—so Netlify won’t verify or provision SSL.
What I’ve configured in Cloudflare DNS (all grey-cloud/DNS only):
- A guessthatnote.com → 75.2.60.5
- A guessthatnote.com → 99.83.190.102
- CNAME www → support-guessthatnote.netlify.app
This is what I see on my terminal. It returns what I config at Cloudflare.
git:(main) dig CNAME www.guessthatnote.com +short @1.1.1.1
support-guessthatnote.netlify.app.
git:(main) dig A guessthatnote.com +short @1.1.1.1
99.83.190.102
75.2.60.5
What I’d like help with:
Has anyone run into this? What settings or steps might I be missing to get Netlify to pick up my Cloudflare records?
My Netlify site: support-guessthatnote.netlify.app
Custom domain: guessthatnote.com (I bought this in Cloudflare)