/https-in-node

The code for the blog post: https://medium.com/@olliejennings/https-in-nodejs-2ffb6261cf01 about HTTPS between a client and server in node

Primary LanguageJavaScript

HTTPS in Node

This repo is for the blog post: HTTPS in NodeJS

To get this working:

  • Generate the private keys and certificates
  • cd client, run npm install, and then node app.js
  • cd server, run npm install, and then node app.js
  • Visit https://local.ldsconnect.org:3004