From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/https/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 files/zh-cn/glossary/https/index.html (limited to 'files/zh-cn/glossary/https/index.html') diff --git a/files/zh-cn/glossary/https/index.html b/files/zh-cn/glossary/https/index.html new file mode 100644 index 0000000000..1c61a9b913 --- /dev/null +++ b/files/zh-cn/glossary/https/index.html @@ -0,0 +1,14 @@ +--- +title: HTTPS +slug: Glossary/https +translation_of: Glossary/https +--- +

HTTPS (安全的HTTP)是 {{Glossary("HTTP")}} 协议的加密版本。它通常使用 {{Glossary("SSL")}} 或者 {{Glossary("TLS")}} 来加密客户端和服务器之间所有的通信 。这安全的链接允许客户端与服务器安全地交换敏感的数据,例如网上银行或者在线商城等涉及金钱的操作。

+ +

了解更多

+ +

基础知识

+ + -- cgit v1.2.3-54-g00ecf