TheBeege / mentor-me

Mentor matchmaking app
MIT License
3 stars 4 forks source link

Setup HTTPS #7

Open TheBeege opened 9 years ago

TheBeege commented 9 years ago

We plan on authentication vs kik, so we need to be running our server via HTTPS, per the kik documentation.

TheBeege commented 9 years ago

http://stackoverflow.com/questions/11744975/enabling-https-on-express-js

We should write out instructions on how to create self-signed certificates for folks that want to jump in and help out.

We should also ensure that HTTP traffic gets forwarded to HTTPS.