Yesterday on our web server (Windows Server 2012 R2) which has MS SQL Express installed (for a local part information database) I disabled both SSL 3.0 and TLS 1.0. After restarting, the SQL Server Service would not start with the following error messages:
Event ID 17182
TDSSNIClient initialization failed with error 0x80090331, status code 0x80. Reason: Unable to initialize SSL support. The client and server cannot communicate, because they do not possess a common algorithm.
Apparently, MS has configured SQL to ONLY accept SSL 3.0 or TLS 1.0.
http://dba.stackexchange.com/questions/93127/sql-server-service-won-t-start-after-disabling-tls-1-0-...
Does any one have any insight into this being changed anytime soon?