diff options
Diffstat (limited to 'files/ko/glossary/https/index.html')
-rw-r--r-- | files/ko/glossary/https/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/ko/glossary/https/index.html b/files/ko/glossary/https/index.html new file mode 100644 index 0000000000..18a9070ab6 --- /dev/null +++ b/files/ko/glossary/https/index.html @@ -0,0 +1,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> |