Hello Coders! Today I'm adding HTTPS to the node.js conference app I'm building. I ran into some issues with Chrome redirecting me to HTTPS the other day. I decided to switch my app over to HTTPS.
In this tutorial I explain how to modify the startup script for express.js to correctly use its HTTPS version of the server. I show how to load your ssl certificates and how to setup the listener to handle the requests.
You can find the code at https://github.com/sorskoot/NodeJsDemo
Blog: http://timmykokke.com
Twitter: http://twitter.com/sorskoot