eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

Internet traffic not getting routed through configured proxy settings #136

Open Galphat opened 1 year ago

Galphat commented 1 year ago

Proxy Eclipse error TestNg

This issue occurs in office network only. After checking wth office support team they suggested to reach Eclipse support team since it was observed that internet traffic was not getting routed via configured proxy in Eclipse. Eclipse version used:- 2021-12 (4.22.0)

akurtakov commented 1 year ago

Two things:

merks commented 1 year ago

It looks like windows. Shouldn’t the entries be check marked to be used?

Bananeweizen commented 1 year ago

Native on Windows means "use Internet settings as configured in system control". However, I have seen that not working quite often on company machines myself, therefore I always recommend to use "manual". It will look the same, but you then have to set the checkboxes and all the entries for user/password yourself. Also you may want to add *.yourcompany.com" to the exceptions.

If anyone wants to investigate why this doesn't work with native: My main assumptions are

Bonus answer for anyone running into this at a later point of time: If your company uses an authenticating centralized proxy (with NTLM authentication based on your Windows account credentials), then please use a local configuration-less proxy like px to get rid of the authentication hazzle. px will authenticate on your behalf, using the active Windows session.