Windows Server 2016和.NET 3.5上的TLS 1.2

时间:2018-10-30 20:03:10

标签: .net windows tls1.2 windows-server-2016 windows-update

当我尝试使用TLS 1.2时,在Windows Server 2016上使用.NET 3.5出现此错误:

未处理的异常:System.NotSupportedException:不支持所请求的安全协议。

位于System.Net.ServicePointManager.set_SecurityProtocol(SecurityProtocolType值)

根据以下文章,

TLS 1.2已作为.NET 3.5的修补程序发布。 Windows Server 2016没有补丁?

注意:Windows更新是最新的,并且我的服务器具有Windows Server 2008R2和2012,且它们使用TLS 1.2。

注2:我不能使用.NET 4.0,我需要使用.NET 3.5。

https://support.microsoft.com/en-us/help/3154518/support-for-tls-system-default-versions-included-in-the-net-framework

https://support.microsoft.com/en-us/help/3154520/support-for-tls-system-default-versions-included-in-the-net-framework

0 个答案:

没有答案