-
Hi. I suspect that there are some other ports that needs to be opened somewhere but I don't know where and I don't know what to search for or ask for by our network admins. Given the error message below does anyone have any idea's what I'm missing? OBS, Url and ip are fake because of security reasons. MigrationClient: Connecting to https://devops.something.com/collectionName Unable to connect to the remote server at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Do you have the required proxy settings? |
Beta Was this translation helpful? Give feedback.
This is a local networking issue and your corporate networking support team should be able to debug. There is nothing I can see from here to help.
The most likely cause is an authenticated proxy and the machine that you are using does not have the proxy built in. The APIs that we use are the same ones that Visual Studio uses.. over http and https.
The next most likely cause is a firewall blocking the http or https requests for some reason.