Hi All
I have two questions.
i want to disable TLS 1.1, TLS 1.0 & Triple DES on my servers. i can see IISCrypto does but i dont to use third party software.
Are the below registries changes correct.
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1
Server Folder-->New Item DWORD (32-bit) Value Underneath Server
Rename the Item DWORD (32-bit) Value to Enable(Hexadecimal value as 0)
Create New item DWORD (32-bit) 'DisabledByDefault' (Hexadecimal value as 0)
Please guide me how to disable Triple DES ciphers as i am not sure of the registry values.
- i would also want to disable these on Domain Controllers will this change cause any impact on applications.
- do i also need to disable RC2 and RC4 ciphers?