We are migrating our TFS server 2017 to DevOps Server 2022 but when we migrate our databases to the devops server our connection from visual studio 2012 and 2010 is not working while on Visual studio 2017 and 2019 the same connection is working fine on same machines. I need a solution so that we can access the DevOps Server on VS2012 and VS2010.
I tried the URL on Web and On VS 2017 and 2019 it is working fine on that the only problem I am getting is when connecting DevOps from VS 2010 and VS. getting below error. enter image description here
From your screenshot, Azure DevOps Server 2022 has been configured to HTTPS.
The cause of the issue could be related to TLS1.2.
Refer to this blog: Azure DevOps requires TLS 1.2 on all connections including Visual Studio
So you can successfully connect to Azure DevOps Server 2022 in vs2019 and vs2017.
When you use VS2010 and VS2012, you need to set a set a machine-wide registry key to enable TLS 1.2 on all .NET applications including Visual Studio.
Here is the related PowerShell script:
For more detailed info, you can refer to this doc: PowerShell script to enable TLS 1.2