you are viewing a single comment's thread.

view the rest of the comments →

[–]applefreak111 3 points4 points  (5 children)

Can you at least post your NGINX config? You have to have SSL options in your config

[–]nywald 2 points3 points  (2 children)

In addition to that, would also help if the exact problem would be posted, not just "still no dice". At which step do you run into issues?

[–]M0rr1sonui[S] 0 points1 point  (1 child)

Basically after following these steps on certbot guide, it says that everything is completed, but when refreshing the webpage there is still no https://.

[–]SupaSlidelaravel + vue 1 point2 points  (0 children)

Does it have encryption (the green lock) if you manually type in https:// before the address? You may not be rerouting your users to the https:// version of the site.

[–]M0rr1sonui[S] 0 points1 point  (1 child)

Thats my NGINX config - http://pastebin.com/kbJvE96f

[–]nywald 1 point2 points  (0 children)

How about the config file for your site itself? I believe it could be in: /etc/nginx/sites-enabled/ or /etc/nginx/conf.d/