Hello, today I deployed my my site using Gitlab CI/CD, however, the domain doesn’t display it www.whatwewantdoesntexist.com and the following error pops up: refused to connect. ERR_CONNECTION_REFUSED. Additionally, I cannot connect to my IP address either and it shows the same error. The domain points to the right IP address
I’m not sure what’s causing this error. Any ideas, please?
firewall: To Action From
22/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
443/tcp ALLOW Anywhere
22/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
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!
Hello,
I would recommend connecting to your Droplet via SSH and checking if your Docker container is actually running and also checking your ports.
docker ps -a
docker logs CONTAINER_ID
netstat -plant
Note that you might have to either expose the Docker container port so that it is available and you could access it or maybe install Nginx and use it as a reverse proxy.
Hope that this helps! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.