Hi everyone! This is my first time using digital ocean. My wordpress site was working great until I decided to go for an SSL. First I went with https://gethttpsforfree.com/ and after completing the setup I found an error when going to my site which was:
This site is unreachable The server rejected the connection.
I decided to delete the wordpress site and start from scratch but this time I tried sslforfree.com which resulted in the same problem! Can someone give me a helping hand? I’ve been sitting here for hours trying to figure something out. I have no idea what to do.
EDIT
I went into sudo nano/etc/hosts and I added xxx.xxx.xx.xxx domain.com under localhost.
Now I can access my site but only by going to “domain.com” www. and IP is not working.
Any help would be appreciated :)
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!
“The server rejected the connection” means either your web server isn’t running (the rejection is performed by the server machine itself, as nothing is listening on the http/https port) or isn’t listening on the correct port.
The first step to diagnose this would be to start the webserver, verify that it fails to start, and then look at any error output in logs. With apache, you have apache2ctl configtest that will tell you what’s wrong with your configuration syntax.
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.