diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/glossary/https | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/es/glossary/https')
-rw-r--r-- | files/es/glossary/https/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/es/glossary/https/index.html b/files/es/glossary/https/index.html new file mode 100644 index 0000000000..fef7e7e8f5 --- /dev/null +++ b/files/es/glossary/https/index.html @@ -0,0 +1,15 @@ +--- +title: HTTPS +slug: Glossary/https +translation_of: Glossary/https +--- +<p>HTTPS (HTTP Secure) es una versión encriptada del protocolo {{Glossary("HTTP")}}. Normalmente utiliza {{Glossary("SSL")}} o {{Glossary("TLS")}} para cifrar toda la comunicación entre un cliente y un servidor. Esta conexión segura permite a los clientes intercambiar datos confidenciales de forma segura con un servidor, por ejemplo, para actividades bancarias o compras en línea.</p> + +<h2 id="Aprender_más">Aprender más</h2> + +<h3 id="Conocimiento_general">Conocimiento general</h3> + +<ul> + <li>{{Interwiki("wikipedia", "HTTPS")}} en Wikipedia</li> + <li><a href="https://movingtohttps.com/">Pasando a la guia comunitaria HTTPS </a></li> +</ul> |