Hello Sameer Rao,
Thank you for posting in Microsoft Community forum.
For Windows Server 2022, the following cipher suites are enabled and in this priority order by default using the Microsoft Schannel Provider:
TLS_AES_256_GCM_SHA384 | Yes | TLS 1.3 |
---|---|---|
TLS_AES_128_GCM_SHA256 | Yes | TLS 1.3 |
The following cipher suites are supported by the Microsoft Schannel Provider, but not enabled by default:
TLS_CHACHA20_POLY1305_SHA256 | Yes | TLS 1.3 |
---|
You can add the three above via registry below:
HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.3\Server
TLS Cipher Suites in Windows Server 2022. - Win32 apps | Microsoft Learn
Transport Layer Security (TLS) registry settings | Microsoft Learn
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Daisy Zhou