Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to Configure Proxy settings on headless SOAtest and Virtualize installations

Options
Ramiro Martinez
Ramiro Martinez Posts: 53 admin
edited March 2018 in SOAtest

The eclipse proxy settings are kept within the workspace metadata.
In the below relative location:
${Path_to_workspace}\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.parasoft.xtest.common.eclipse.core.web.prefs
"com.parasoft.xtest.common.eclipse.core.web.prefs" is the name of the file.

I suggest copying the proxy settings from your local machine's "com.parasoft.xtest.common.eclipse.core.web.prefs" file, and adding the lines into the "com.parasoft.xtest.common.eclipse.core.web.prefs" file within your remote machine's workspace(metadata).

Example of the lines you may need
(this will vary based on your configurations:
for example if you do not have authentication enabled, proxy_password and proxy_user would not be included):
proxy_enable_proxy=true
proxy_enable_proxy_authentication=true
proxy_http_address=1.1.1.1.1
proxy_http_port=22
proxy_password=xxx
proxy_use_system_proxy_configuration=false
proxy_username=xxx

Tagged: