I am running a web application on a Win2012 server. The server has TLS1.0 enabled, which I want to disable.
The problem is that if I disable it the connection to MS SQL 2008 R2 which is installed on that server is broken, apparently it is using TLS1.0 to connect.
I have asked the IT to install all the patches for Windows 2012 and they have but none have resolved this issue.
Is there something I can do so that SQL connects with a newer version of TLS and not TLS1 so that I can disable it safely?