Understanding HTTPS: Chirag Goswami Breaks Down Secure Web Communication

C

Chirag Goswami

LinkedIn Author

Founder @ Cybernara | Security-First Managed IT & Cloud Partner | Cloud, M365 & GRC | LinkedIn Top Voice

In a recent LinkedIn post, Chirag Goswami breaks down the intricate workings of HTTPS (HyperText Transfer Protocol Secure), demystifying how it safeguards online communications. Goswami’s post, aimed at clarifying the process for his audience, highlights the critical role of TLS encryption and digital certificates in establishing secure connections between web browsers and servers.

Goswami emphasizes that HTTPS is the bedrock of secure web interactions, stating:

HTTPS (HyperText Transfer Protocol Secure) protects communication between your browser and a website by combining TLS encryption with digital certificates.

The Handshake and Encryption Layers

Chirag Goswami details the step-by-step process that establishes a secure HTTPS connection. He points out that the journey begins with a TCP three-way handshake, a foundational step in network communication to ensure both parties are ready to exchange data.

Following the handshake, Goswami explains the crucial exchange of security information. As he notes:

The client and server exchange “Hello” messages and the server sends its SSL/TLS certificate. The client verifies the certificate to confirm the server’s identity.

This verification step is paramount, as it confirms the legitimacy of the server the user is connecting to, preventing man-in-the-middle attacks. Goswami further elaborates on the encryption methods employed.

From Asymmetric to Symmetric Encryption

According to Goswami, the initial secure exchange of a session key is achieved through asymmetric encryption. This method, while secure, can be computationally intensive. To overcome this, once the session key is established, the communication shifts to symmetric encryption.

Chirag Goswami highlights this transition:

Using asymmetric encryption, both sides securely exchange a session key. Once the session key is created, symmetric encryption is used for fast and secure communication.

This hybrid approach, as explained by Goswami, leverages the security of asymmetric encryption for the initial key exchange and the speed of symmetric encryption for the bulk of the data transfer, optimizing both security and performance.

Ensuring Confidentiality, Integrity, and Authentication

In his concluding remarks, Chirag Goswami summarizes the core benefits of HTTPS. He argues that the protocol is essential for maintaining the privacy and trustworthiness of online interactions.

Goswami states:

All data exchanged between the client and server is encrypted and protected from eavesdropping or tampering. HTTPS ensures confidentiality, integrity, and authentication, making it the standard for secure web communication.

By elucidating these technical aspects, Chirag Goswami provides valuable insights into the unseen security measures that protect internet users daily, underscoring why HTTPS has become an indispensable component of the modern web.

📝 About This Content

This article is based on insights shared by Chirag Goswami on LinkedIn.

📅 Originally posted on July 12, 2026 | View original post on LinkedIn →