We recently updated a Visual Studio 2017 to v 15.9.50 which as I understand is compatible TLS 1.2
Azure DevOps requires TLS 1.2 on all connections including Visual Studio
However when I attempt to connect to ADO in Visual Studio, I keep getting this error:
You are using TLS version 1.0, 1.1 and/or 3DES cipher which are deprecated to improve the security posture of Azure AD.
Any idea what I am doing wrong here or see a VS setting I missed?
Thanks in advance.
UPDATE: I should also mention that this is happening on Windows 2012 R2 which I think has something to do with it.