You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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
The text was updated successfully, but these errors were encountered: