Skip to content

OM4ADO Help: How to Configure Proxy

These are the steps to configure the proxy:

 

      • 1. Right click on My Computer and Select Properties

     

        • 2. Select Advance System Settings which is available left side

     

          • 3. Click Environment Variables

     

          • 4. Create a new system environment variable with the name “_JAVA_OPTIONS”

     

      • 5. Set the variable’s value as below:

        ” -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttp.nonProxyHosts=”localhost|127.0.0.1″ -Dhttp.proxyUser= – Dhttp.proxyPassword= -Dhttps=”

        For example:

        -Dhttp.proxyHost=10.13.28.25 -Dhttp.proxyPort=8080 -Dhttp.nonProxyHosts=”localhost|127.0.0.1″ – Dhttp.proxyUser=opshub -Dhttp.proxyPassword=password -Dhttps=false