diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/nl/glossary/https/index.html | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/nl/glossary/https/index.html')
-rw-r--r-- | files/nl/glossary/https/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/files/nl/glossary/https/index.html b/files/nl/glossary/https/index.html new file mode 100644 index 0000000000..6b3632ba6d --- /dev/null +++ b/files/nl/glossary/https/index.html @@ -0,0 +1,19 @@ +--- +title: HTTPS +slug: Glossary/https +tags: + - HTTPS + - Security + - infrastructuur + - woordenlijst +translation_of: Glossary/https +--- +<p><strong>HTTPS</strong> (<em>HTTP Secure</em>) is een versleutelde versie van het {{Glossary("HTTP")}} protocol. Het maakt meestal gebruik van {{Glossary("SSL")}} of {{Glossary("TLS")}} om alle communicatie tussen een client en een server te versleutelen. Met deze veilige verbinding kunnen klanten veilig gevoelige gegevens uitwisselen met een server, bijvoorbeeld voor bankactiviteiten of online winkelen.</p> + +<h2 id="Meer_informatie">Meer informatie</h2> + +<h3 id="Algemene_kennis">Algemene kennis</h3> + +<ul> + <li>{{Interwiki("wikipedia", "HTTPS")}} op Wikipedia</li> +</ul> |