stumash / CoursePlanner

http://conucourseplanner.online
MIT License
5 stars 3 forks source link

add tls certificate to support https #152

Open stumash opened 6 years ago

stumash commented 6 years ago

Our site doesn't receive private info from our users and we don't publish any private Concordia info either, but it would still be more professional if it was https.

So let's do that. We need a certificate and to setup the server to use it.

This change probably doesn't involve changing any code in this repo, just doing server bash things.

Davidster commented 6 years ago

To follow up on this, there are some browser features such as service workers which are only supported on sites that are served by https. This fact should increase the priority of this task.