aboutsummaryrefslogtreecommitdiff
path: root/files/ko/glossary/https/index.html
blob: 18a9070ab68eb99fe08abd6a1159a2f7318cbda0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: HTTPS
slug: Glossary/https
tags:
  - HTTPS
translation_of: Glossary/https
---
<p><strong>HTTPS</strong> (<em>HTTP Secure</em>) 는 {{Glossary("HTTP")}} protocol의 암호화된 버전이다. 이것은 대개 클라이언트와 서버 간의 모든 커뮤니케이션을 암호화 하기 위하여 {{Glossary("SSL")}} 이나 {{Glossary("TLS")}}을 사용한다. 이 커넥션은 클라이언트가 민감한 정보를 서버와 안전하게 주고받도록 해준다. 예를들면 금융 활동 이나 온라인 쇼핑이 있을 수 있다.</p>

<h2 id="Learn_more">Learn more</h2>

<h3 id="General_knowledge">General knowledge</h3>

<ul>
 <li>{{Interwiki("wikipedia", "HTTPS")}} on Wikipedia</li>
 <li><a href="https://movingtohttps.com/">Moving to HTTPS community guide</a></li>
</ul>