By gdveneziani
I have installed nginx 1.6 on my droplet and I’m trying to configure an ssl certificate to use https connection. I created the certificate with openssl as described in this tutorial:
When i access the https url from my browser I have no response. I’m sure port 443 is opened because of this:
netstat -tulpn | grep 443
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 8603/nginx.conf
Moreover if I try to wget --no-check-certificate https://<server_url> I correctly get the index.html page
I suppose the problem is that the certificate is untrusted but the only error in my browser is ERR_CONNECTION_RESET
What am I doing wrong? Thanks in advance.
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!
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.