-dhttps.protocol – for the SSL protocol used by the proxy server. Use this to control which
protocols are accepted. For example, if your server is using SSLv2 and you
require a stronger level of SSL encryption, you may configure this value
as:-Dhttps.protocols=SSLv3,TLS,TLSv1
-dhttp.nonProxyHosts – for the list of hosts that should be reached directly,
thereby bypassing the proxy. Separate multiple entries with |.The patterns may start or
end with a
* for wildcards. A host name
that matches the wildcard pattern can bypass the proxy. For example, to
use command-line options to configure a proxy and other non-proxy hosts
(including those on local computers):
-Dhttp.proxyHost=proxy.myDomain.com –Dhttp.proxyPort=8080 –Dhttp.nonProxyHosts=*.myOtherDomain1.com|localhost|*.myOtherDomain2.corp