VA || How to resolve CVE-2016-2183 - Birthday attacks against Transport Layer Security

VA || How to resolve CVE-2016-2183 - Birthday attacks against Transport Layer Security

Introduction
To resolve CVE-2016-2183 - Birthday attacks against Transport Layer Security we need to do some changes in RegEdit.
Solution

1. Open RegEdit.
2. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers
3. Right Click and click "New". Click on "Key" and give the folder name as DES 56/56.

4. Go to the newly created folder then Right Click and click "New" and select "D-WORD (32-Bit) Value".
5. Rename the "New Value #1" to "Enabled"
6. Right click on enabled and set Hexadecimal value to "0".

7. Repeat step 3 to 6 and make folder name as Triple DES 168.
8. Take a restart

After doing the above configuration you can use this site to check if SSL/TLS is enabled or not. 
Ensure that your IIS server is using the latest version of TLS. Disable older versions of TLS that have known vulnerabilities, such as TLS 1.0 and TLS 1.1. You can configure this in the server's registry or through the IIS Manager.