Hello Ishtiaq,
Thank you for posting in Q&A forum.
From the link below, I can see the TLS 1.0 client, TLS 1.0 server, TLS 1.1 client and TLS 1.1 server are supported.
Protocols in TLS/SSL (Schannel SSP)
https://learn.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
You can try to enable TLS 1.0 and 1.1 via registry.
The following DWORD registry values can be created to enable TLS 1.0 and 1.1 versions system-wide:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client\Enabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client\Enabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server\Enabled
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server\Enabled
For example:
The following example shows TLS 1.0 client set to the Enabled state:
In order to override a system default and set a supported (D)TLS or SSL protocol version to the Disabled
state, change the DWORD registry value of Enabled
to "0" under the corresponding version-specific subkey.
For more information, please refer to documents.
TLS 1.0 and TLS 1.1 deprecation in Windows
https://learn.microsoft.com/en-us/windows/win32/secauthn/tls-10-11-deprecation-in-windows
Transport Layer Security (TLS) registry settings
Please note: Always back up the important data and registry before you make changes on registry.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.