刚使用了 /discourse-doctor,在邮件测试时收到以下错误:
无法发送邮件 Net::ReadTimeout
然后我按照这里的建议设置了 DISCOURSE_SMTP_FORCE_TLS: true:Cannot send email - problem with port 465 - #10 by schungx
但这次我收到了以下错误:
TLS 和 STARTTLS 是互斥的
所以,我尝试使用 openssl 测试 TLS 连接设置
openssl s_client -connect 127.0.0.1:465 -debug -msg
该命令也失败了。连接已建立,但没有任何协商。
CONNECTED(00000003)