Is TLS 1.3 supported on windows server 2019? I found a documentation from microsoft but for some reason the matrix doesn't include server 2019: https://docs.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
4 Answers
Windows Server 2019 is little more than a rebranded Windows Server 2016 which is most likely why it's not mentioned in the compatibility matrix you mention.
If you need to compare, Windows Server 2019 matches Windows 10 1809 (just like 2016 matches 1607) so you can take that for reference.
Feel free to edit the Microsoft documentation to add Windows Server 2019, if the edit is approved that'll actually give you an "authoritative" answer from Microsoft.
- 2,724
As mentioned in a comment, i've created a pull request for the documentation and it was accepted. https://docs.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
This means Windows Server 2019 does not support TLS 1.3
- 183
According to this link, Windows 2019 does not support 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
- 223
Support for TLS 1.3 was included with Windows Server 2019 Build 18362 (1903) and Windows 10 Build 18362 (1903).
- 1