microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

Plugin does not use the configured proxy in IntelliJ #545

Open yelkarama opened 1 year ago

yelkarama commented 1 year ago

Plugin throughs an "Unable to authenticate to the remote repository" error after going through Azure authentication. Process monitor shows failed connections to IP 13.107.42.18 (port 443). Proxy is already configured in IntelliJ and is working fine. However, Devops plugin tries to directly connect to the aforementioned IP address/port, without using the configured proxy.