Question

ERR_CONNECTION_REFUSED in wordpress

I installed the one click app WP in Ubuntu 16.04

I have a domain (kranion.com.br) which I configured the DNS using the DO tutorial itself (https://www.digitalocean.com/community/tutorials/how-to-set-up-a-host-name-with-digitalocean)

Everything was working fine: I used to enter in my site, but in the url, there was the IP yet.

So, in Settings > General, I changed both urls to https://kranion.com.br and now, when I try to access (even by the IP), I got ERR_CONNECTION_REFUSED.

Thanks.


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Accepted Answer

Why did you enter https:// instead of http://? https is SSL, which requires a special webserver configuration.