Hello-
I'm setting up an SQL server for the first time.
Server 2012R2, completely updated.
SQL Server 2014, completely updated (I think).
Using the 'Datalink Properties' tool, I can authenticate to the database just fine, if I have SSL3.0 enabled.
If I restrict to TLS 1.1 and above (or TLS 1.2 only), I can't connect. I've chased all the various KB articles, and related updates, and installed everything I could find. I'm restricting TLS versions as follows in the registry:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\
Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
(with inverse entries for TLS 1.1, TLS1.0, SSL 3.0). Can someone point me to what I'm doing wrong?
Thanks