Lets learn "How TLS (or SSL) verification works in HTTPS?"
In this tutorial, we'll learn about how tls (or SSL) works in case HTTPS. From the image above it is clear that HTTPS = HTTP + S SL. These days TLS (Transport Layer Security) term is used instead of SSL. A bit of Cryptography Lets learn brief details of different cryptographic algorithms Asymmetric algorithms: In these algorithms, two keys (private and public) are used. Private keys are never shared and kept by the servers and the public keys are shared with the clients. Symmetric algorithms: In these algorithms, same key used by servers and clients for encryption and decryption of data. NOTE: In Assymetric algorithms, encryption and decryption process is costly as compared to Symmetric algorithms because of complex calculations. But those complex calculations are worth it as it provides a high security to prevent any kind of attacks. So in case of HTTPS initial handshaking uses assymetric algorithm, then symmetric algorithm is used for actual data transfer between the server an