Hi Andrew, I got the proxy setting overrides from this post on the jclouds-user mailing list:
http://mail-archives.apache.org/mod_mbox/jclouds-user/201306.mbox/%[email protected]%3E Basically i was just doing a bunch of google searching to figure out how to get proxies working properly and stumbled across this. I was hoping not to have to set java property settings as it would be easier to do it in my code from a configuration file, but oh well. I guess there must be some sort of weirdness to using these overrides, at least for my proxy. Thanks, -Sean On Wed, Nov 27, 2013 at 11:43 AM, Andrew Phillips <[email protected]>wrote: > Once again, thanks for all your help. For now I am going to stick to >> setting the java properties since that seems to fix the issue for me. >> > > That's good to hear. Out of curiosity, where did you get the proxy setting > overrides from: > > > overrides.setProperty(Constants.PROPERTY_PROXY_HOST, "proxyaddress"); > overrides.setProperty(Constants.PROPERTY_PROXY_PORT, "proxyport"); > > << "PK[0x3][0x4][0x14][0x0][0x0][0x0][0x0][0x0][0xdc]q >> @[0x0][0x0][0x0][0x0] >> [0x0][0x0][0x0] >> > > Looks like you're uploading a ZIP file? There shouldn't be anything hugely > sensitive in wire log - perhaps more in the header log where credentials > may be passed. > > But if it's working for you now, I don't think we need to dive into this > in more detail... > > ap >
