by PxT » 2016-Nov-Wed-14-Nov
With Let's Encrypt offering free & trusted certificates there really is no reason NOT to enable HTTPS and Dreamhost makes it very easy.
HTTPS connection is working fine here but most browsers won't display the lock icon in the address bar because you're loading some insecure content. Looks like the culprit is wiki_link.png which is included on every page and is hard-coded to http. You should make sure every resource is loaded using a relative URL, or using https if you are pulling in off-site scripts (such as Google analytics, etc)