Report this

What is the reason for this report?

Set up test droplet - now getting "connection refused" error

Posted on June 24, 2019

I am new to Digitalocean and just set up my first test droplet to try to get it up and running. I created a simple html page that simply displays the text “TEST”. If I type in the IP address (165.227.186.30) the test page is displayed, but if I type in the web address (www.giovas-is-a-geek.com or http://giovas-is-a-geek.com) I get a “connection refused” error. I confirmed that my DNS entries have propagated and I have tried connecting from 3 different networks to ensure something isn’t being blocked. I currently don’t have a firewall enabled.

Does anyone have any suggestions of what I can check?

thanks, Nick



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey there @ngiovas,

When making a curl request to www.giovas-is-a-geek.com to test this, I get back the following which would indicate it is now working correctly:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>TEST</title>
</head>

<body>

<h1>TEST</h1>

</body>

</html>

Heading to the website in a browser renders your test page correctly too.

The issue you were facing earlier with a connection refused may have been caused by a number of things. If you or the server were relying on Cloudflare’s DNS service or if your domain went through them, you may have been affected by their network outage.

Anyway, it looks to be working now, let me know if you have any other issues! - Matt.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.