Hello,
I’m trying to switch my blog domain from log.anb-network.com
to blog.anb-network.com
.
Currently:
- I updated the DNS to point
blog.anb-network.com
tocname.vercel-dns.com
. - and I also added CNAME “blog” in cloudflare. - I didn’t touch any setting in cloudflare except for this. I have confirmed that all previously distributed sites work well.
- The domain shows “Valid Configuration” in the Vercel dashboard.
- I’ve verified the DNS with
dig
, which resolves correctly. - I’ve cleared Cloudflare’s cache and disabled the proxy (DNS-only mode).
- I’ve redeployed the project and tried both manual and automatic revalidation.
- NOTE) I am deploying my project from Github repository.
However, I’m still getting the following error in the browser:ERR_CONNECTION_REFUSED
.
When I run: curl -Iv https://blog.anb-network.com --resolve blog.anb-network.com:443:76.76.21.93
,
it returns the correct site content, meaning the deployment works, but public access via HTTPS still fails.
Can you please investigate if the SSL certificate for this domain is properly provisioned or if something is blocking the traffic?
I set this setting before around 2 hours ago.
Thanks in advance!