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/ja/glossary/https/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 files/ja/glossary/https/index.html (limited to 'files/ja/glossary/https/index.html') diff --git a/files/ja/glossary/https/index.html b/files/ja/glossary/https/index.html new file mode 100644 index 0000000000..f8dec3774e --- /dev/null +++ b/files/ja/glossary/https/index.html @@ -0,0 +1,33 @@ +--- +title: HTTPS +slug: Glossary/https +tags: + - Glossary + - HTTPS + - Infrastructure + - Security + - インフラ + - セキュリティ + - 用語集 +translation_of: Glossary/https +--- +

HTTPS は {{Glossary("HTTP")}} プロトコルを暗号化したバージョンです。 HTTPS は通常、 {{Glossary("SSL")}} または {{Glossary("TLS")}} を用いてクライアントとサーバー間のすべての通信を暗号化します。この安全な接続により、クライアントは機密データをサーバーと安全に交換できます (例えば、銀行取引やオンラインショッピングなどで)。

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