With the release of Azure DevOps Server 2022 , I thought it would be a good time to finally make the switch to HTTPS for our internal Azure DevOps server. With the idea to minimize downtime, I decided to first introduce the HTTPS endpoint before upgrading the Azure DevOps server. But o boy, what I thought would be an easy task turned out to be quite a journey. Yesterday I explained the actions required on the server side, today we move on to the client side. Visual Studio TFVC workspaces In Visual Studio, we have to update our connections in Team Explorer. Therefore click on the green Connect icon in Team Explorer . Click on Manage Connections and Connect to a project… Right click on the existing connection and choose Remove from the context menu. Click on Add TFS server , enter the updated Server URL and click on Add . Restart your Visual Studio instance. After doing these steps, I noticed that still the original URL was shown when I re...