Node.js TypeScript #8. Implementing HTTPS with our own OpenSSL certificate
HTTPS seems to be everywhere now – it is a great time to go through its principals. In this article we generate our certificate and use the HTTPS module from Node.js. With it, we can implement HTTPS in our local development environment. What problems does HTTPS solve and how? To see the advantages, let’s look […]