Home > Operation and Maintenance > Safety > What is the main difference between HTTP and HTTPS

What is the main difference between HTTP and HTTPS

王林
Release: 2020-06-16 16:52:32
forward
4843 people have browsed it

What is the main difference between HTTP and HTTPS

The main differences between HTTPS and HTTP are as follows:

1. The https protocol requires applying for a certificate from ca. Generally, there are fewer free certificates, so a certain fee is required;

2. http is a hypertext transfer protocol, and information is transmitted in plain text, while https is a secure SSL encrypted transmission protocol;

3. http and https use completely different connection methods. Use The ports are also different, the former is 80 and the latter is 443;

4. The http connection is very simple and stateless;

HTTPS protocol is built by the SSL HTTP protocol and can A network protocol for encrypted transmission and identity authentication, which is more secure than the http protocol.

Recommended tutorial: Web server security

The above is the detailed content of What is the main difference between HTTP and HTTPS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template