Hello,

If you need to pass through a proxy, you have to set it explicitly by using the method ConnectionOptions.setProxy.

For example

client.connectionOptions.setProxy(new Proxy("HTTP", "myproxy", "3000"));