Forum Discussion

eddieddieddie's avatar
eddieddieddie
New Contributor
3 years ago
Solved

ReadyAPI TestEngine proxy bypass?

Hi all, With the recent release of TestEngine 1.26.0 it now supports using a proxy server. This is really helpful because I can now use the API to install (and uninstall) the license used by TestEng...
  • eddieddieddie's avatar
    3 years ago

    After a bit more investigation I fixed this myself. It seems if you put a "-Dhttp.nonProxyHosts=mycompanys.domain.com" line in the 'ReadyAPITestEngine.vmoptions' configuration file it is honoured. It wasn't working for me because the domain part of the URL's in my tests were just the server name, not the full qualified name (ie servername, when they should have been servername.mycompanys.domain.com). Once I have changed all my tests to point to the full domain the traffic stopped being routed via the proxy.

     

    SmartBear staff: you might want to add something about this to the 'if using a proxy' part of the Fixed License activation page - https://support.smartbear.com/testengine/docs/licensing/fixed/activate.html