Using an outbound proxy

Use properties:

-Dhttps.proxyHost=proxy.example.com
-Dhttps.proxyPort=8080

When using Windows this must be but into appropriate .vmoptions file

When using container set JAVA_OPTIONS using JAVA_OPTS=-Dhttps.proxyPort=8080 -Dhttps.proxyHost=proxy.example.com in enviroment settings.