ssl - STARTTLS 与 SSL/TLS

标签 ssl smtp starttls

<分区>

邮件客户端提供两种设置,STARTTLS 和 SSL/TLS。 STARTTLS 和 SSL/TLS 有什么区别?

最佳答案

我读过的最清楚的解释来自 FastMail:

SSL and TLS both provide a way to encrypt a communication channel between two computers (e.g. your computer and our server). TLS is the successor to SSL and the terms SSL and TLS are used interchangeably unless you're referring to a specific version of the protocol.

STARTTLS is a way to take an existing insecure connection, and upgrade it to a secure connection using SSL/TLS. Note that despite having TLS in the name, STARTTLS doesn't mean you have to use TLS, you can use SSL.

阅读他们拥有的其余信息,包括端口号和 POP/IMAP 与 SMTP 的讨论,此处:https://www.fastmail.fm/help/technology_ssl_vs_tls_starttls.html

关于ssl - STARTTLS 与 SSL/TLS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5540374/

相关文章:

php - zf2 - gmail smtp 不工作

networking - 我应该什么时候向 SMTP 服务器发送 QUIT?我应该保持多久?

node.js - NodeJS STARTTLS 使用 SNI

amazon-web-services - 无法建立与负载平衡器的安全连接

rest - SoapUI 不检查证书?

python - 如何使用 Python 以 Gmail 作为提供商发送电子邮件?

php - 如何在没有 SSL 的情况下通过 PHPMAILER 发送电子邮件 - 端口 25?

android - 无法导入我的自签名 CA,似乎无法识别原始目录

node.js - 对 socket.io 使用 http 和 https

javascript - 仅当收件人的服务器支持 SMTP TLS 时,如何通过 AWS SES 发送电子邮件?