Here is the step:
1. Make sure that you have install openssl utility.
2. Run the following command in command prompt.
cd\
cd OpenSSL-Win64\bin
openssl s_client -connect google.com:443 -servername google.com -tls1_2
If TLS1.2 has been enabled, you will see the SSL client cert and session ID appear in the response.
You may test to see if any other TLS version has been enabled or disable.
- -tls1
- -tls1_1
- -ssl3
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"Enabled"=dword:00000001