> }
> + if (config.canUseProxyFromJvm()) {
> + return getDefaultProxy(endpoint);
> + }
> + if (config.useSystem()) {
> + System.setProperty("java.net.useSystemProxies", "true");there is a comment on the property in `Constants` to that effect --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/914/files#r52049486
