dns failing cf proxy

hi all, i've added a new DNS record as proxied in cloudflare. when I request the URL the browser just hangs. however if I hardcode the IP address to what i used in the DNS record, its fine, ie.
# hangs indefinitely
curl https://my.site.com:PORT

# works!
curl --resolve "my.site.com:PORT:RAWIP" https://my.site.com:PORT
# hangs indefinitely
curl https://my.site.com:PORT

# works!
curl --resolve "my.site.com:PORT:RAWIP" https://my.site.com:PORT
any clues?
1 Reply
matt // unweb
matt // unwebOP•2w ago
my SSL/TLS encryption is set to "Full (strict)" so there should be no protocol switching occurring another subdomain with same IP, only difference being proxy status, is working fine, ie.
# works!
curl https://other.site.com:PORT
# works!
curl https://other.site.com:PORT
i thought maybe its because the other entries with same IP address weren't proxied so i went ahead and proxied the rest, and now ALL my sites are hanging 🪵 where are the logs? i need to see what request cloudflare is trying to make? because when I hit the origin it SHOULD be requesting everything is fine

Did you find this page helpful?