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

Use Kale behind a proxy #76

Open
ghost opened this issue Mar 29, 2017 · 1 comment
Open

Use Kale behind a proxy #76

ghost opened this issue Mar 29, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 29, 2017

Is it possible to use Kale behind a proxy?
After some googling I've found that the parameters could be used
java -Dhttp.proxyHost=xx.xx.xx.xx -Dhttp.proxyPort=xxxx -jar kale-1.8.1-standalone.jar login

But I'm still having a
A GET to: https://api.ng.bluemix.net/v2/info triggered an unexpected exception: java.net.ConnectException: Connection timed out: no further information

Let me know if you have some information. TY

@bruceadams
Copy link
Member

I'm not in a good position to try access through a proxy. Oracle's documentation is https://docs.oracle.com/javase/7/docs/api/java/net/doc-files/net-properties.html

If you are lucky, the easy setting is probably java.net.useSystemProxies. If that does not work for you, I'm fairly sure you'll need to use the https variants: https.proxyHost and https.proxyPort.

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

1 participant