---
title: "Which is the better security measure, HTTPS, or SSL?"  
description: "Which is the better security measure, HTTPS, or SSL?"  
author: "Mukul Goenka"  
published: 2022-05-05  
canonical: https://answers.mindstick.com/qa/97144/which-is-the-better-security-measure-https-or-ssl  
category: "troubleshooting"  
tags: ["troubleshooting", "network-security", "networking"]  
reading_time: 1 minute  

---

# Which is the better security measure, HTTPS, or SSL?

Which is the better [security](https://www.mindstick.com/articles/1671/wcf-security-in-dot-net-technology-using-c-sharp) [measure](https://www.mindstick.com/articles/12961/nonactin-based-biosensors-to-measure-ammonia), [HTTPS](https://www.mindstick.com/articles/12439/why-switching-to-https-is-crucial-for-seo-ranking-and-more), or [SSL](https://www.mindstick.com/forum/743/ssl-or-tls)?

## Answers

### Answer by Hitesh Vohra

- **HTTPS (Hyper Text Transfer Protocol Secure) is a secure version** of HTTP that uses SSL/TLS to encrypt conversations. HTTPS encrypts typical HTTP requests and responses with TLS (SSL), making it safer and more secure.
- HTTPS specifies the format of communications used by web browsers to interact with one another, as well as how a web browser should reply to a web request. It also stops websites from having their content broadcast in a way that anyone with bad intentions may easily see.
- **SSL (Secure Sockets Layer)** is an Internet security technology that uses encryption. In 1995, Netscape created it with the goal of ensuring privacy, authentication, and data integrity in Internet interactions. SSL uses digital signatures to protect sensitive data transmitted between systems, preventing unauthorised access and assuring data integrity.
- It accomplishes this by launching a 'handshake' authentication process. An SSL/TLS handshake is a conversation between two connecting devices, such as a browser and a web server, to establish connection information.

\

**Read More: [Name the three means of user authentication.](https://answers.mindstick.com/qa/97145/name-the-three-means-of-user-authentication)**


---

Original Source: https://answers.mindstick.com/qa/97144/which-is-the-better-security-measure-https-or-ssl

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
