How to Configure Proxy settings on headless SOAtest and Virtualize installations
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