https://jump-marketing-site.fly.dev works but custom domain does not.

I have a site at https://jump-marketing-site.fly.dev that works. It’s a remix app.

However, when I set up my DNS records on cloudflare with:
A - @ 66.241.125.103
A - www 66.241.125.103
AAAA - @ 2a09:8280:1::3:eef0
AAAA - www 2a09:8280:1::3:eef0

and then go to jumpapp.com i get a cloudflare warning

if I do curl 66.241.125.103 I get a curl: (56) Recv failure: Connection reset by peer

If I do host host jump-marketing-site.fly.dev it returns 66.241.125.103

I don’t understand what I’m doing wrong…

I think the cloudflare proxy feature is turned on. If you run:

dig jumpapp.com

You will see different IPs. You can turn their proxy feature off, though, here are instructions: Turn Off Cloudflare Proxy

what the heck. I had that turned off before and it still didn’t work. ok well that does make it work for some reason, so thank you

1 Like