Forum Discussion

mario_aparicio's avatar
15 years ago

SoapUI 3.6 - Proxy not working

Hi.
I've seen posts about proxy-problems for previous versions of SoapUI, but it seems there is still some kind of problem. I need to be able to use a proxy for Internet communication, but I also need to exclude any hosts in our domain. I am unable to reach any URLs outside our domain. I am 100% sure that the proxy configuration is correct since I copied them from my web browser. I tried using both hostname and IP-adress for the proxy-host, but it still does not work.

Any pointers?

1 Reply

  • In the end, I set my proxy in %SOAPUI_INSTALLDIR%\bin\soapui.bat:

    set JAVA_OPTS=-Xms128m -Xmx1024m -Dhttp.proxyHost=MYPROXYHOST -Dhttp.proxyPort=MYPROXYPORT -Dsoapui.properties=soapui.properties "-Dsoapui.home=%SOAPUI_HOME%\"