{
  "schemaVersion": "0.11.0",
  "canonical": "https://www.pystone.net/notes/http-https-secure-connection/",
  "atlas": "https://www.pystone.net/?node=http-https-secure-connection#knowledge-atlas",
  "markdown": "https://www.pystone.net/notes/http-https-secure-connection.md",
  "context": "https://www.pystone.net/notes/http-https-secure-connection.context.json",
  "knowledgeVersion": "224c990773de.5fa8af6e39fa",
  "build": {
    "siteCommit": "224c990773de166d23a886306577dd90379529ce",
    "notesCommit": "5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a",
    "builtAt": "1970-01-01T00:00:00.000Z",
    "version": "224c990773de.5fa8af6e39fa"
  },
  "id": "note:http-https-secure-connection",
  "slug": "http-https-secure-connection",
  "title": "HTTP & HTTPS & Secure Connection",
  "type": "note",
  "visibility": "public",
  "idStability": "rename-stable",
  "author": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "publisher": {
    "name": "Perrin Yong",
    "profile": "https://www.pystone.net/profile/"
  },
  "aliases": [],
  "summary": "HTTP & HTTPS & Secure Connection",
  "contentRole": "unspecified",
  "isMoc": false,
  "mocRecognition": "none",
  "generated": false,
  "attribution": "unspecified",
  "domain": "10-计算机、信息技术与工程",
  "tags": [],
  "mocs": [],
  "contentHash": "88d987daa9478b3befb7d75d45ae60327973beb3ddb3a4b39f1cfdd9c486b833",
  "assets": [
    {
      "reference": "assets/HTTP-&-HTTPS-&-Secure-Connection__Image.png",
      "url": "/media/f2cbd2852e18c034bf9a.png",
      "mediaType": "image/png",
      "contentHash": "f2cbd2852e18c034bf9a2c794624c2238d91f8a64a60963db098c1a08dd9b9de",
      "byteLength": 45021,
      "width": 891,
      "height": 816
    },
    {
      "reference": "assets/HTTP-&-HTTPS-&-Secure-Connection__Image_1.png",
      "url": "/media/9c16cb6fbb2bcc497b0c.png",
      "mediaType": "image/png",
      "contentHash": "9c16cb6fbb2bcc497b0ce7d904a84d95751020d68a0cd54b3ba596de5b6a0996",
      "byteLength": 114357,
      "width": 1516,
      "height": 992
    },
    {
      "reference": "assets/HTTP-&-HTTPS-&-Secure-Connection__Image_2.png",
      "url": "/media/f2cbd2852e18c034bf9a.png",
      "mediaType": "image/png",
      "contentHash": "f2cbd2852e18c034bf9a2c794624c2238d91f8a64a60963db098c1a08dd9b9de",
      "byteLength": 45021,
      "width": 891,
      "height": 816
    }
  ],
  "headings": [
    {
      "depth": 1,
      "text": "HTTP & HTTPS & Secure Connection",
      "anchor": "http-https-secure-connection",
      "citation": "https://www.pystone.net/notes/http-https-secure-connection/#http-https-secure-connection"
    },
    {
      "depth": 2,
      "text": "背景知识",
      "anchor": "背景知识",
      "citation": "https://www.pystone.net/notes/http-https-secure-connection/#%E8%83%8C%E6%99%AF%E7%9F%A5%E8%AF%86"
    },
    {
      "depth": 2,
      "text": "问题",
      "anchor": "问题",
      "citation": "https://www.pystone.net/notes/http-https-secure-connection/#%E9%97%AE%E9%A2%98"
    }
  ],
  "claims": [],
  "outgoing": [],
  "incoming": [
    {
      "id": "note:systems-and-network-security",
      "title": "系统基础与网络安全",
      "url": "https://www.pystone.net/notes/systems-and-network-security/",
      "atlas": "https://www.pystone.net/?node=systems-and-network-security#knowledge-atlas",
      "label": "系统基础与网络安全",
      "origin": "explicit",
      "humanReviewed": true,
      "context": "网络工程中的“HTTP & HTTPS & Secure Connection”导航项",
      "citation": "https://www.pystone.net/notes/systems-and-network-security/#%E7%BD%91%E7%BB%9C%E5%B7%A5%E7%A8%8B"
    }
  ],
  "contentMarkdown": "# HTTP & HTTPS & Secure Connection\n\n﻿# HTTP & HTTPS & Secure Connection\n\n> 创建时间：2021/4/27 18:18\n\n* 背景知识\n  * 问题\n\n## 背景知识\n\nHTTP 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.\n\nHTTPS 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.\n\nOne 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.\n\n## 问题\n\n![](assets/HTTP-&-HTTPS-&-Secure-Connection__Image.png)\n\n![](assets/HTTP-&-HTTPS-&-Secure-Connection__Image_1.png)\n\n![](assets/HTTP-&-HTTPS-&-Secure-Connection__Image_2.png)\n"
}
