pm2-hive / pm2-hive.github.io

Documentation website for PM2
http://pm2.keymetrics.io
Other
106 stars 221 forks source link

Use HTTPS-only for serving pm2 site and docs #133

Closed davidjb closed 6 years ago

davidjb commented 6 years ago

At present, HTTPS serving is available and working for the pm2 docs at https://pm2.keymetrics.io/ but the site is served over insecure HTTP by default (http://pm2.keymetrics.io/)

As Firefox/Chrome etc continue to mark more uses of HTTP as insecure (Chrome, Firefox), it would be great if the docs could switch to being HTTPS-only -- eg doing a 301 redirect to HTTPS by default + sending HSTS headers etc.

Since HTTPS is already up and working for you with Let's Encrypt, the change wouldn't be a major one.

vmarchaud commented 6 years ago

We are re-working on the documentation and the next release will be done only over HTTPS. Note that we currently the doc is hosted on github pages so we can't manage that ourselves sadly