Help with ERR_CONNECTION_REFUSED

I can’t for the life of me get routing to precious-fairy-e28cda.netlify.app working, with custom domain jessicawilliamspiano.com.
The domain is registered externally and I have the registrar’s custom DNS pointing at Netlify (for more than 24 hours, I think)
Should the following output something Netlify?
curl -s -v http://www.jessicawilliamspiano.com 2>&1 | grep -i server
< Server: namecheap-nginx

I can share dig output if that helps
Thanks
Richard

Hey @rrodseth

I have no trouble accessing jessicawilliamspiano.com *(or www.jessicawilliamspiano.com).

% curl -s -v http://www.jessicawilliamspiano.com 2>&1 | grep -i server
< Server: Netlify

The old “restart the router” trick seems to have helped. Thanks!

Hi, @rrodseth. We really appreciate you taking the time to share the solution. It might not seem like a big deal but it is amazingly helpful for our support team and I thank you for doing so.

By the way, the issue with the router might have been that is had locally cached the previous DNS records because of time to live (TTL) values:

I’m glad to learn it is working now though!

1 Like