windows服务器2019年是否支持TLS 1.3?我从微软找到了一个文档,但出于某种原因,矩阵不包括服务器2019年:https://docs.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
发布于 2021-03-12 20:52:26
Windows 2019只不过是一个改名的Windows 2016,这很可能是在您提到的兼容性矩阵中没有提到的原因。
如果您需要比较,Windows 2019与Windows 101809(就像2016年匹配1607)匹配,因此您可以将其作为参考。
请随意编辑Microsoft文档以添加Windows 2019,如果编辑获得批准,实际上将从Microsoft获得一个“权威”答案。
发布于 2021-05-03 05:23:13
正如在评论中提到的,我已经为文档创建了一个拉请求,并且它被接受了。https://docs.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
这意味着Windows 2019不支持TLS 1.3
发布于 2022-05-23 17:46:43
根据此链接,Windows 2019不支持TLS 1.3。https://docs.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
Windows OS TLS 1.0 Client TLS 1.0 Server TLS 1.1 Client TLS 1.1 Server TLS 1.2 Client TLS 1.2 Server TLS 1.3 Client TLS 1.3 Server
Windows 10, version 1809//Windows Server 2019 Enabled Enabled Enabled Enabled Enabled Enabled Not supported Not supported
https://serverfault.com/questions/1056010
复制相似问题