-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tycho 4.0.1 Unable to read repository at https://download.eclipse.org/releases/latest behind proxy #2709
Comments
I'm having the same issue, however it does work some of the time |
There is a (passing!) test for proxy support: so if anyone is able to reproduce the problem with that test it would help alot. |
PR created that updates the testcase to emulate a corporate network with a proxy. |
It turned out, that my proxy configuration is the problem. It does not work with protocol specific configurations. Working:
Not working:
|
If a proxy is specified with the https procotol in the settings.xml, Tycho fails downloading artifacts from any URL that uses that proxy, because it wrongly configures a SOCKS transport in such cases. Fixes eclipse-tycho#1935, eclipse-tycho#2709, eclipse-tycho#2533.
I am behind a corporate proxy and tried to build the itp01 demo with Tycho 4.
While the build succeeded with Tycho 3.0.5 and 2.7.5 with my proxy configuration in the maven settings, it seems that the proxy is ignored by tcho 4.0.1.
The text was updated successfully, but these errors were encountered: