Another example is of MS SQL Server. SQL Server also uses TLS 1.0 by default. If it is disabled, SQL Server services will refuse to start. In this article, we will discuss how to keep SQL Server running after disabling TLS 1.0. We will discuss RDP solution in another article. First of all, let’s see how the error message looks like:

The reason why we want to move away from SSL 3.0 or TLS 1.0 is that they are not considered secure in the modern Internet world. Most modern browsers are moving beyond these legacy protocols to the more secure TLS 1.1 and TLS 1.2. The PCI card industry has also abandoned TLS 1.0 meaning that the sites that accept credit cards will not be compliant to PCI DSS if they are using TLS 1.0 or lower. There are two ways to enable/disable any version of SSL/TLS.

Using Windows Registry

This guide from Microsoft gives a detailed overview of disabling cryptography algorithms in Windows. We will take a simple step by step approach to disable TLS 1.0.

Using a tool IISCrypto

Another simpler way to enable or disable any ciphers is to use a portable tool called IISCrypto. [ddownload id=”19828″ style=”link” text=”Download IISCrypto”] Using IISCrypto is safer than making changes in the Registry as you only have to check or uncheck to enable or disable protocols.

Although just unchecking the checkbox of TLS 1.0 should have immediate effect on the server, it is always recommended to restart.

The SQL Error

Now let’s come to the error which we were getting after disabling TLS 1.0. SQL Server will give the following error: When you encounter this error, you have to do two things for the complete solution:

Install cumulative update for SQL Server

You may go here and download and install the required update for your SQL Server. Please note that in these updates, Microsoft only supports SQL Server 2008 or later to enable TLS 1.2. Once you have installed the cumulative update, you will be able to connect to the SQL Server using the management studio. If you are unable to connect with the SQL Server Management Studio, you may go to the next step.

Install .NET Framework 4.6

For connecting SQL Server Management Studio without any problems, you will need .NET Framework 4.6 to be installed on the server. Just download .NET Framework 4.6, install it on the server, restart and SQL Server should run without any problems. You may also need to update the SNAC/ODBC drivers on all client systems that are connecting to the server to successfully negotiate using TLS 1.2 instead of the older 1.0 version. Also see:

How To Fix Copy Paste Not Working In Remote Desktop ConnectionFix RDP Authentication Error Function Requested Is Not SupportedHow To Fix “The .NET Framework 4.7 Is Not Supported On This Operating System”How To Fix PuTTY Fatal Error “Network Error: Connection Timed Out” In WindowsHow To Fix RPC Server Is Unavailable In Windows