Windows server 2022 TLS 1.3

Albert Ashkhatoyan 21 Reputation points
2021-07-23T12:45:43.523+00:00

I want to remove all old TLS versions and use only TLS 1.3
I disabled TLS 1.0 , 1.2 , 1.1 and ciphers that support them but when checking with Wireshark it still using the bot of versions 1.2 and 1.3
Can somebody tell me is it possible if yes, how can i do
Thanks in advance!
P.S
I'm using windows server 2022

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-07-26T03:29:35.587+00:00

    Hi,

    Based on my research, there are 2 situations when the TLS was disabled:

    Disabled by default: unless the SSPI caller explicitly requests this protocol version using the deprecated SCHANNEL_CRED structure, Schannel SSP will not negotiate this protocol version.

    Disabled: Schannel SSP will not negotiate this protocol version regardless of the settings the SSPI caller may specify.

    They can be defined due to your requirements:
    https://learn.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings

    Best Regards,


  2. Anonymous
    2021-07-27T01:55:06.32+00:00

    Hi,

    Try to set the value as the following screenshot showing to disable the the TLS 1.2.
    118093-7272.jpg


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.