triplestrange / StrangeScoutOld

The free software FRC scouting system.
GNU Affero General Public License v3.0
3 stars 1 forks source link

Manage HTTPS in Express #66

Closed aidanbh closed 5 years ago

aidanbh commented 5 years ago

Express should be serving SSL. This should be done as a commandline option or something simple, warn if nothing is chosen. Only reason to use HTTP is if you're behind a reverse proxy or on localhost, otherwise none of the app will work. For now, we can just use certbot to get the certificates manually, and pass them as a file. No need to worry about automation for now.

This will be required for #68 and is also a blocker for #65.

PenguinSnail commented 5 years ago

HTTPS is now working in the snapcraft branch

Closing as this will be merged in the following few days