Beta Test Community

 View Only
  • 1.  Vendor Code: 18

    Posted 09-27-2019 11:54
    Testing something. Please ignore. 

    -
    Robert C. Wood


    ------Original Message------

    Yes it would.

    If TLS 1.0 and TLS 1.1 are disabled on the SQL Server (which is a good security practice), you might need to disable it on your client machine.

    In the registry:

    HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\ ...  \TLS1.0\Client (and Server): set DisabledByDefault = 1, Enabled = 0  \TLS1.1\Client (and Server): set DisabledByDefault = 1, Enabled = 0

    You probably have to restart your machine for the settings to take effect.