Hello all,
I have Windows 2k8 Server R2 Std
with SQL Server 2k8 Std installed.
All fully patched and updated, even optional patches.
I have installed the patch for TLS 1.2 to work for SQL Server (KB3144113), and the SQL Server service is running fine. no issues. So I assume since I disabled TLS 1.0 and 1.1 that it is working fine with TLS 1.2.
No I am using .NET Framework 4.5.2, so I installed the ADO.NET client rollup (KB3099845)
Check the registry and it reflects for .NET 4.5.2 version 4.5.52333
But I can no longer use SSMS to connect to the instance that is running on the server.
I Have verified that the registry keys that are needed are in place for both Client and Server to use TLS 1.2
I have another DB Server with the same OS and SQL Server installed on it, and it appears to be working fine.
Any ideas why I cannot connect to the SQL Server instance?
If you go to the KB3135244 page, under "Known Issues"
I am basically seeing a combination for Issue 1 and Issue 2.
When I attempt to login to the SQL Server instance using SSMS, I get the error that is in Issue 2.
Thank you for your time