I am trying to connect to SQL Server 2014 using SQL Server Management Studio 2018 on a Win 2016 box from a my Windows 10 laptop.
My connection fails unless TLS 1.0 is enabled in the registry on the server.
The .NET framework on the Win10 laptop is 4.8.04084.
We have been advised to use TLS 1.2 instead of TLS 1.0.
TLS 1.0 and TLS 1.1 are enabled in the registry on the Win2016 server for the client but no TLS 1.2 entries are present.
How do I force SQL Server Management Studio connection to used TLS 1.2 to connect to the SQL Server 2014 and what updates do I need on my laptop and on the server either to the registry or through version upgrades?