From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/glossary/https/index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 files/ko/glossary/https/index.html (limited to 'files/ko/glossary/https') 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 +--- +

HTTPS (HTTP Secure) 는 {{Glossary("HTTP")}} protocol의 암호화된 버전이다. 이것은 대개 클라이언트와 서버 간의 모든 커뮤니케이션을 암호화 하기 위하여 {{Glossary("SSL")}} 이나 {{Glossary("TLS")}}을 사용한다. 이 커넥션은 클라이언트가 민감한 정보를 서버와 안전하게 주고받도록 해준다. 예를들면 금융 활동 이나 온라인 쇼핑이 있을 수 있다.

+ +

Learn more

+ +

General knowledge

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