[英]SSRS server System.IO.IOException: Authentication failed because the remote party has closed the transport stream
在过去的几天里,我们遇到了通过 SMTP 服务器生成和发送报告的问题。 一些报告已成功生成和发送,但失败的报告越来越多。 查看日志,错误是:
ERROR: Error sending email. Exception: System.AggregateException: One or more errors occurred. ---> System.Net.Mail.SmtpException: Failure sending mail. ---> System.IO.IOException: Authentication failed because the remote party has closed the transport stream.
谷歌搜索错误似乎问题是由无效的 TLS 安全协议引起的。 根据多个消息来源,解决方案应该是将 TLS 协议更新到 1.2。 如何更新 SSRS 上的安全协议?
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.