Hi All, I am pulling my hair out!
http://134.209.20.183/ returns the test Apache page from all browsers
http://drhelenkelly.com/ is refused a connection from all browsers except Firefox on Android
The domain is registered with Wordpress and the nameservers are successfully updated to digitalocean. This was done 7 days ago and propogation has happened.
I have tried:
Any help would be gratefully appreciated, Dave
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.
Hello,
If you access your site directly via HTTP it loads as expected. However sometimes Chrome and other browsers would redirect to HTTPS by default, and as you don’t have an SSL certificate you would get the connection refused error.
To fix that, you can install an SSL certificate by following the steps here:
https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-20-04
That way your website will be accessible via HTTPS as well and you will not get the error.
Hope that this helps!
Best,
Bobby