Skip to content
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

gu would not work under proxy authentication #2018

Closed
wants to merge 1 commit into from

Conversation

YaSuenag
Copy link
Contributor

I tried to use gu under proxy authentication, but it did not work.

Our proxy has basic authentication, so I set $http_proxy and $https_proxy to http://<user>:<passphrase>@<proxy host>:<port>. But ProxyConnectionFactory in GraalVM did not handle it.

My patch would work in our environment when removing Basic from jdk.http.auth.tunneling.disabledSchemes in jre/lib/net.properties.

@graalvmbot
Copy link
Collaborator

Hello Yasumasa Suenaga, thanks for contributing a PR to our project!

We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address yasuenag -(at)- gmail -(dot)- com. You can sign it at that link.

If you think you've already signed it, please comment below and we'll check.

@YaSuenag
Copy link
Contributor Author

I'm OpenJDK Reviewer (ysuenaga). Is it not enough?

@graalvmbot
Copy link
Collaborator

Yasumasa Suenaga has signed the Oracle Contributor Agreement (based on email address yasuenag -(at)- gmail -(dot)- com) so can contribute to this repository.

@zicklag
Copy link

zicklag commented Jan 22, 2022

I've just run into this issue with my proxy. Is there any chance of getting this merged? Or otherwise a way to workaround?

@fniephaus
Copy link
Member

I've just run into this issue with my proxy. Is there any chance of getting this merged? Or otherwise a way to workaround?

You could download the artifacts manually and install them via gu -L.

Apologies that this PR did not get merged in 2019. The good news is that GraalVM updater has been removed and is no longer needed (#6855).

@fniephaus fniephaus closed this Jan 22, 2024
@fniephaus fniephaus assigned fniephaus and unassigned sdedic Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants