Using a proxy with Maestro CLI
How to configure system environment variables that Maestro CLI can read to enable it to use a proxy server when it needs to connect to the internet.
Environment Variables
Variable Settings
Using a System Proxy
MAESTRO_OPTS="-Djava.net.useSystemProxies=true"Using a Custom Proxy
MAESTRO_OPTS="-Dhttps.proxyHost=myproxy.com -Dhttps.proxyPort=8080"Configuring Variables
Single use configuration
Permanent configuration
Last updated