jenglish / ssptool

nodejs / express application for working with OpenControl data
MIT License
3 stars 5 forks source link

HTTPS support? #15

Open git-ingham opened 5 years ago

git-ingham commented 5 years ago

Sorry for creating so many issues all at once.

In the long run, we are going to need https support. I know that node.js supports https, so, hopefully, this means just exposing the configuration through the command-line options and config file.

jenglish commented 5 years ago

I generally run Express applications behind an NGINX proxy if HTTPS is needed (which, AIUI, is the recommended procedure).

Haven't tested if ssptool server actually works in that configuration though, will look into it when I get a chance ...