---
title: "HTTP & HTTPS & Secure Connection"
author: "Perrin Yong"
author_profile: https://www.pystone.net/profile/
published_by: "Perrin Yong"
canonical: https://www.pystone.net/notes/http-https-secure-connection/
type: note
content_role: unspecified
visibility: public
id_stability: rename-stable
source_path: "10-计算机、信息技术与工程/01-系统基础与网络安全/网络工程/HTTP & HTTPS & Secure Connection.md"
content_hash: 88d987daa9478b3befb7d75d45ae60327973beb3ddb3a4b39f1cfdd9c486b833
knowledge_version: 224c990773de.5fa8af6e39fa
site_commit: 224c990773de166d23a886306577dd90379529ce
notes_commit: 5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a
---
# HTTP & HTTPS & Secure Connection

﻿# HTTP & HTTPS & Secure Connection

> 创建时间：2021/4/27 18:18

* 背景知识
  * 问题

## 背景知识

HTTP or HTTPS are protocols which are basically a set of rules for determining **how web pages are transmitted** from the server (where your website is located) to the browser.

HTTPS is a secure protocol based on HTTP and is widely used as it has a number of significant advantages including improved SEO and a high level of security.

One of these requirements needed to make a website work with an HTTPS connection is that you must have a valid **SSL certificate installed** and configured correctly. Invalid SSL certifications can cause problems preventing users from accessing websites. For example, the “Your Connection is Not Private” error.

## 问题

![assets/HTTP-&-HTTPS-&-Secure-Connection__Image.png](/media/f2cbd2852e18c034bf9a.png)

![assets/HTTP-&-HTTPS-&-Secure-Connection__Image_1.png](/media/9c16cb6fbb2bcc497b0c.png)

![assets/HTTP-&-HTTPS-&-Secure-Connection__Image_2.png](/media/f2cbd2852e18c034bf9a.png)
