MicrosoftWindowsWindows 10
One of our web servers also hosts the databases running Microsoft SQL Server.
This is a problem for Microsoft products as most of them use either SSL 3.0 or TLS 1.0.
For example, Remote Desktop Connection uses TLS 1.0 by default.

If TLS 1.0 is disabled, you will not be able to login using RDP.
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.

Most modern browsers move beyond these legacy protocols to the more secure TLS 1.1 and TLS 1.2.
There are two ways to enable/disable any version of SSL/TLS.
Using Windows Registry
This guide fromMicrosoftgives a detailed overview of disabling cryptography algorithms in Windows.

We will take a simple step by step approach to disable TLS 1.0.
The SQL Error
Now lets come to the error which we were getting after disabling TLS 1.0.
2
Get weekly insights, tips and exclusive content delivered straight to your inbox.

Talk to us straight and get your questions answered right away

source: www.itechtics.com