The current version of TLS is 1.2. Older versions of TLS such as 1.0 and 1.1 should be disabled to ensure your DEVOS server gets the highest security grade when evaluated. If your server is accessible on the public internet, there are a number of websites that will test your server for free. One such website is the internet security company
GlobalSign. Simply enter your website address into the search form and run the test. Once the the test is complete, your server will get a grade. Just like in school, you want your server to get an A. If it doesn't, you will need to examine the results of the test to see what prevented the server from acing the test.
Either click on the MORE INFO link or scroll down to the Configuration section to see the results of the test.
If either TLS 1.0 or 1,1 say "Yes", they will be highlighted to alert you to this being a problem. You must then disable the deprecated protocols and reboot the server. After you do this, you should run the test again to ensure that the grade improves.
Disabling Deprecated Protocols
Follow these steps to disable TLS 1.0 and/or TLS 1.1:
Connect to your server either remotely (RDP) or with a keyboard mouse and monitor.
Back up your registry by following these steps:
- From the Start menu, type regedit.exe in the search box, and then press Enter.
- If you are prompted for an administrator password or for confirmation, type the password or provide confirmation.
- In Registry Editor, locate and click the registry key or subkey that you want to back up.Click File > Export.
- In the Export Registry File dialog box, select the location to which you want to save the backup copy, and then type a name for the backup file in the File name field.
- Click Save.
ALERT: The following steps will change your registry. This can be dangerous for anyone not familiar with server registry settings. If you have any problems, you will need the registry backup file you saved to restore the registry to its previous settings.
Open a text file or download the text file attached to this support article and move it to your DEVOS server.
If you are creating a new text file, copy and paste the following lines of registry information:
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
-
- [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
- "DisabledByDefault"=dword:00000001
- "Enabled"=dword:00000000
Save the file with the file extension ".reg" and close the text editor.
If you are using the downloaded file attached here, save the file on the server and change the extention to ".reg".
Double click the file to run the registry commands. This will add the proper registry entries to your DEVOS server to disable TLS 1.0 and 1.1.
After adding the registry entries, reboot the DEVOS server and run the security test again to ensure that the protocols have been disabled.