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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: