Results 1 to 10 of 20
Like Tree27Likes

Thread: Add https to the site... one year goal.

Threaded View

  1. #4
    Senior Member
    Join Date
    Oct 2014
    Location
    Elmira, NY
    Posts
    109
    Thanked: 7

    Default

    lets 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.
    niftyshaving likes this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •