Azure devops https timeouts
Hi,
We're using Azure DevOps and have several scripts that make HTTPS requests to retrieve information from our repositories. Everything was working reliably until earlier this week, but we’ve recently started experiencing intermittent timeouts—sometimes affecting up to half of the requests.
We’ve also noticed that Git commands (e.g., git pull
) exhibit the same issue when repositories are cloned via HTTPS. However, when using SSH, the operations complete without any problems.
We've tested this across multiple computers and networks, all showing the same behavior. Our software has been running reliably for years without encountering this issue, so we’re wondering if there have been any recent changes on Azure’s end that could be causing this, or if there are any known service issues affecting HTTPS connections.
Any insights would be greatly appreciated.