Back to Browse

How to build a node.js app - #4 - HTTPS

1.3K views
Apr 5, 2017
7:05

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

Download

0 formats

No download links available.

How to build a node.js app - #4 - HTTPS | NatokHD