【发布时间】:2017-06-13 13:06:43
【问题描述】:
我们在禁用 TLS 1.0 和 1.1 的 Windows 服务器上运行 WCF 服务。 是否可以在没有 TLS 1.2 的情况下从 Windows 7 客户端连接到此服务。
【问题讨论】:
标签: wcf ssl wcf-security tls1.2 fips
我们在禁用 TLS 1.0 和 1.1 的 Windows 服务器上运行 WCF 服务。 是否可以在没有 TLS 1.2 的情况下从 Windows 7 客户端连接到此服务。
【问题讨论】:
标签: wcf ssl wcf-security tls1.2 fips
Windows 7 确实支持 TLS 1.2。但是,您必须使用 .NET 4.5 或更高版本才能使用 TLS 1.2。
来源:S/O - Are there .NET implementation of TLS 1.2?
有关 .NET 版本和 TLS 的更多详细信息:http://blogs.perficient.com/microsoft/2016/04/tsl-1-2-and-net-support/
【讨论】: