I have been following the NGINX SSL with Let’s Encrypt tutorial and appear to have successfully configured SSL for my server, but it doesn’t appear to default to that. When I access my website with www.mysite.com
it defaults to http, but if I use https://www.mysite.com
, I am able to access the server, but it displays the NGINX server landing page (“Welcome to nginx!”) page on an initially created server. I followed the instructions outside of the ufw
firewall setup, but I was wondering if that could actually be related to this problem or if a scenario like this would be related the NGINX server configuration. Can anyone provide some guidance?
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.
@connordphillips
Here’s a new config for http to https redirect:
I think this could help https://www.digitalocean.com/community/tutorials/how-to-deploy-a-laravel-application-with-nginx-on-ubuntu-16-04?utm_medium=social&utm_source=twitter&utm_campaign=laravel_deploy_tut&utm_content=no_image#step-6-—-securing-your-application-with-tls
Hi, I’m having the same problem but I’m not getting anywhere. The https site still shows the nginx webpage. :(
Here’s my nginx config (with stuff that was added by Certbot):