TLS 1.2之后,SSRS报告不起作用

时间:2018-08-23 07:02:57

标签: sql-server reporting-services

我们面临与服务器中启用了SSRS Report后TLS 1.2的问题。

错误:

System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.ComponentModel.Win32Exception: The client and server cannot communicate, because they do not possess a common algorithm

1 个答案:

答案 0 :(得分:0)

我们可以通过将以下代码添加到我们的C#应用​​程序中来解决该问题:

ServicePointManager.SecurityProtocol |= SecurityProtocolType.Tls12