nel*_*aro 4 security email thunderbird tls
我正在尝试通过雷鸟向我们旧的交换电子邮件服务器发送电子邮件。
这一直有效,直到我最近更新了 Thunderbird 78。
我收到以下消息
Sending of the message failed.
Peer using unsupported version of security protocol.
The configuration related to exch1.email.server.somedomain must be corrected.
Run Code Online (Sandbox Code Playgroud)
这是通过更改 TLS 协议的支持版本来解决的。
默认已更改为TLS 版本 3。
在 Linux 中,我去:
security.tls.version.min我使用以下内容来检查服务器支持的内容
openssl s_client -starttls imap -tls1 -connect exch1.email.somedomain.com:143 | grep 'New,'
New, TLSv1.0, Cipher is ECDHE-RSA-AES256-SHA
Run Code Online (Sandbox Code Playgroud)
不幸的是,没有其他支持的版本
openssl s_client -starttls imap -tls1_3 -connect exch1.email.newsclip.co.za:143 | grep 'New,
New, (NONE), Cipher is (NONE)
Run Code Online (Sandbox Code Playgroud)
需要向管理员发送一封严厉的电子邮件,告诉他们修补和升级。我们实际上将迁移到非 MS 产品。
欲了解更多信息,请结帐
| 归档时间: |
|
| 查看次数: |
1515 次 |
| 最近记录: |