Results 1 to 10 of 20
Threaded View
-
05-08-2017, 01:02 PM #4
- Join Date
- Oct 2014
- Location
- Elmira, NY
- Posts
- 109
Thanked: 7lets encrypt worked well for a site I host. It kept the users who wanted https happy, and was simple with their certbot that did everything for you as well as free.
Then you just have to make sure all outside links on the server-side are to https otherwise you get warnings for unsafe scripts, etc. The only down side is i have to auto renew the certificate every 3 months due to being free. But i just added that to my update script.
Im not sure what your server situation is but this is the method i used. APache version
https://www.digitalocean.com/communi...n-ubuntu-16-04
nginx version
https://www.digitalocean.com/communi...n-ubuntu-16-04
But this process literally took between http -> https a few minutes. An additional hour afterwords finding and removing http links to use https to get rid of SSL warnings.Last edited by metulburr; 05-08-2017 at 01:06 PM.