SSL: Difference between revisions
From DWIKI
No edit summary |
mNo edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Secure Socket Layer | |||
= Secure Socket Layer = | |||
From the wikipedia: | |||
<blockquote> | |||
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used here applies to both protocols unless clarified by context. | |||
</blockquote> | |||
| |||
= Links = | |||
*[[Openssl|openssl]] | |||
*[http://zytrax.com/tech/survival/ssl.html Survival guides - SSL/TLS and SSL (X.509) Certificates] | |||
*[https://www.ssllabs.com/ssltest/analyze.html Check your site] | |||
*[https://testssl.sh/ https://testssl.sh/] | |||
*[https://gf.dev Geekflare, test webserver] | |||
*[https://www.wormly.com/ Wormly] | |||
*[[Letsencrypt|Letsencrypt]] | |||
== Subject Alternative Names == | |||
*[https://www.linode.com/docs/security/ssl/multiple-ssl-sites-using-subjectaltname Multiple SSL Sites Using SubjectAltName] | |||
== SSL on courier-imap == | |||
*[http://www.sslshopper.com/courier-imap-ssl-installation-instructions.html http://www.sslshopper.com/courier-imap-ssl-installation-instructions.html] | |||
=FAQ= | |||
==SSL_ERROR_RX_RECORD_TOO_LONG== | |||
?? |
Latest revision as of 14:46, 17 February 2022
Secure Socket Layer
From the wikipedia:
Transport Layer Security (TLS) and its predecessor, Secure Sockets Layer (SSL), are cryptographic protocols which provide secure communications on the Internet for such things as web browsing, e-mail, Internet faxing, and other data transfers. There are slight differences between SSL 3.0 and TLS 1.0, but the protocol remains substantially the same. The term "TLS" as used here applies to both protocols unless clarified by context.
Links
- openssl
- Survival guides - SSL/TLS and SSL (X.509) Certificates
- Check your site
- https://testssl.sh/
- Geekflare, test webserver
- Wormly
- Letsencrypt
Subject Alternative Names
SSL on courier-imap
FAQ
SSL_ERROR_RX_RECORD_TOO_LONG
??