Want to create an interactive transcript for this episode?
Podcast: JavaScript Jabber
Episode: JSJ 406: Security in Node
Description: Today the panel is talking about security features that are being added to Node 13. AJ talks about the background and what heβs working with Letβs Encrypt. He talks about changes that Node has made to the TLS module. TLS is a handshake that happens between a client and a server. They exchange certificates, generate some random numbers to use for encryption, and TLS handles the encryption. The move to HTTP/2 is all about fixing legacy bugs and legacy features from the SSL days and reducing the number of handshakes.AJ talks about the difference between TLS and HTTPS. Whil...