Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Kepler not connecting to internet via proxy

I have managed to get Eclipse Juno connecting to the internet. For this to accomplish, there are many posts here on stackoverflow. here is one of this links: Eclipse not connecting to internet via proxy

Today i installed Eclipse Kepler on my Windows7 box. But accessing the eclipse marketplace or installing new software does not work. I am using exactly the same proxy configuration as i used for Eclipse Juno. Juno can access the marketplace but Kepler does not. The proxy uses NTLM Authentification. Any one here with similar problem?

No success til now. I am still wondering why Juno can connect whereas Kepler can not:-(

like image 349
cho Avatar asked Jun 27 '13 08:06

cho


People also ask

How do I add a proxy to Spring Tool Suite?

Just click on Connections tab and LAN Settings button. Check Use a proxy server for your LAN (...) box and provide proxy details. Then go to Spring Tool Suite window and click on Window >> Preferences >> General >> Network Connections and choose Native from the Active Provider drop down list.


2 Answers

I had same issue. I searched and found this.

http://oakgreen.blogspot.jp/2011/10/eclipse-proxy-settings-bug-and.html

This post says don't set SOCKS proxy. I tried this advice, and connection was succeeded. I did below:

  1. Open Network Connection Settings.
  2. Select Active Provider to "Manual".
  3. Set HTTP/HTTPS proxy.
  4. Clear SOCKS proxy if this is set.(select SOCKS proxy row and click "Clear" button)
  5. Restart Eclipse to apply these settings.
like image 90
mhanada Avatar answered Sep 24 '22 13:09

mhanada


I spent hours trying to use this method suggested by mhanada and although it is correct and should have worked the default Secure Storage associated with eclipse was preventing my proxy credentials from being saved. I advise: Be wary of exceptions being thrown regarding Secure Storage. In my case the errors related to being unable to connect to a remote location where the default secure storage path was. In my case I just deleted the Default Secure Storage information via Preferences > General > Security > Secure Storage > Contents > Delete.

like image 29
satbot Avatar answered Sep 21 '22 13:09

satbot