Secure data transfer over network using TLS/SSL
TLS (Transport Layer Security ) or earlier known as SSL(Secure Socket Layer) is used to secure the communication between server and client in a network. Thanks to stunnel which helps in establishing the connection and is open source 🥳 .Before using stunnel let’s take a quick look on how the TLS Handshake works and what […]
