blob: e7a1222d58da822075050577ae9479e3157d80f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
---
title: HTTPS
slug: Glossary/https
tags:
- Glossary
- HTTPS
- Infrastructure
- Security
- インフラ
- セキュリティ
- 用語集
translation_of: Glossary/https
---
<p><strong>HTTPS</strong> (<strong><em>HyperText Transfer Protocol Secure</em></strong>) は {{Glossary("HTTP")}} プロトコルを暗号化したバージョンです。 HTTPS は通常、 {{Glossary("SSL")}} または {{Glossary("TLS")}} を用いてクライアントとサーバー間のすべての通信を暗号化します。この安全な接続により、クライアントは機密データをサーバーと安全に交換できます (例えば、銀行取引やオンラインショッピングなどで)。</p>
<section id="Quick_links">
<ol>
<li>一般知識
<ol>
<li>Wikipedia 上の {{Interwiki("wikipedia", "HTTPS")}}</li>
<li><a href="https://movingtohttps.com/">Moving to HTTPS community guide</a></li>
<li><a href="/ja/docs/Web/Security/Secure_Contexts">安全なコンテキスト</a></li>
</ol>
</li>
<li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a>
<ol>
<li>{{glossary("HTTP")}}</li>
<li>{{glossary("SSL")}}</li>
<li>{{glossary("TLS")}}</li>
</ol>
</li>
</ol>
</section>
|