Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
https.proxySet=true
https.proxyHost=myserver.example.com
https.proxyPort=3128
https.proxyUser=username
https.proxyPassword=password


In addition, you can configure

...

the https.nonProxyHosts property to specify hosts where connection via proxy is not required.


If you use C/C++test on a desktop with Eclipse, C/C++test automatically detects and uses the proxy settings specified in Eclipse. No additional configuration is required to use those settings.

...