For proxy without user authentication, set:
/home/opc> export ECMA_PROXY_HOST=<Proxy host IP address>
/home/opc> export ECMA_PROXY_PORT=<Proxy port>
For example:
/home/opc> export ECMA_PROXY_HOST=a.b.c.d
/home/opc> export ECMA_PROXY_PORT=80
For proxy with user authentication, additionally set:
/home/opc> ECMA_PROXY_USER=<Proxy user name>
/home/opc> ECMA_PROXY_PASSWORD=<Proxy user password>
For example:
/home/opc> ECMA_PROXY_USER=proxyuser
/home/opc> ECMA_PROXY_PASSWORD=******