Hoping for some help as this is a bit new to me.
We have a legacy app running ASP with a separate SQL Server 2005 running on Server 2003 instance. I'd like to required TLS 1.2 for all web app traffic, but when I disable TLS 1.0, the app breaks. It seems to indicate that the SQL 2005/Server 2003 does not support TLS 1.2, is that correct? If so, is there a workaround?