msrameshp
msrameshp

Reputation: 636

Connecting Eclipse to TFS From Behind a proxy server

I am having trouble connecting to the TFS Server using the eclipse tfs plugin from behind the proxy. I have configured my proxy settings correctly on the Eclipe->Preferences->Network Connections.

I read somewhere that I need to add my TFS credentials to the mac keychain ?. Could anyone explain me how to do that exactly ?.

Upvotes: 3

Views: 1247

Answers (2)

Hrushikesh
Hrushikesh

Reputation: 421

for me it worked when I selected "Active Provider" as "Direct" in proxy settings of eclipse.I am using eclipse Kepler behind a corporate proxy.

You can change the proxy settings by going to windows-> preferences -> General -> Network Connections -> Active Provider :(Drop-down as of now in Kepler) -> select Direct.

Upvotes: 2

Dijkgraaf
Dijkgraaf

Reputation: 11527

If you're having proxy configuration problems, it is recommend to check the "Override Default HTTP Proxy" option when configuring your Team Foundation Server in the plug-in for Eclipse.

Upvotes: 1

Related Questions