Unable to use AWS Route53 CNAME custom domain
I have a CF pages project with a custom domain added i.e.
foo.example.com
. The domain example.com
is set up with AWS nameservers, and it is not possible (powers that be) to migrate to CF DNS. So I set up a CNAME for the foo
subdomain with the value of my pages project URL.
However, it never passes through the DNS initialisation on CF.
(Please note values have been obscured, if you require genuine values please ask and i will DM.)
I can dig it:
but if i curl it:
I can see on the CF docs that this HTTP 409/ CF1001 is setup issues, but does not describe any steps to remediate.
I dont believe there's anything on the aws Route53 to block this from working, but i have also contacted the aws team for support.
Is there anything on cloudflare that needs doing to resolve?1 Reply
Looking at some other threads people have provided some more info, so here it is:
Account id
d50cb835fb03dc5587fe034dcda135b1
Deployment id 28b40405-3dc6-4a2e-94f4-8b543dcc1ba0
This is now resolved, I deleted the custom domain and re-added. No idea what the difference is, since i definitely tried that...