Learning & Configuring HTTPS for Node.js

Creating & Applying SSL certificate for Secure Websites

Udara Bibile
The Startup
Published in
11 min readDec 11, 2020

--

Assuming y’all are aware about secure sites and usage of https. This aim to shed some light on how it works in background. Moreover it will follow upon creating SSL certificates, and setting up HTTPS in Node.js server.

Comparing HTTPS with HTTP

This will not introduce to HTTP, but y’all know that Chrome communicates with web server using HTTP protocol. Default HTTP protocol is regarded as insecure…

--

--