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

Allow to configure system proxy, so the tools works when behind a proxy too. #9

Closed
victorpablosceruelo opened this issue Jul 21, 2017 · 3 comments

Comments

@victorpablosceruelo
Copy link

I made some modifications to be able to configure proxy in command line.
java -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=3128 InstallCert dl.google.com:443

Please allow me to commit changes. Copy of new code attached.

InstallCert.zip

@brenosilver
Copy link

Any way to set proxy credentials with this? We are behind a proxy that requires authentication and this solution does not work in this instance. I'm trying to figure it out for a while now without much success.

@iksnalybok
Copy link
Contributor

PR #11 does more or less the same (but requires explicit option rather than using env/sys variables).
For authentication, using a local proxy like http://cntlm.sourceforge.net/ can help.

@escline
Copy link
Owner

escline commented May 19, 2020

Merged PR #11 so proxy is now supported. Thanks @iksnalybok 👍

@escline escline closed this as completed May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants