Hi all, I have the following situation: I need to go through a proxy for one site only. All the rest is on the LAN. JMeter only allows me to switch a proxy on or off. I use Linux/Ubuntu so I'd need the equivalent of:
https_proxy=https://somesite:3128 no_proxy=".test.org" export https_proxy no_proxy I tried the Java config in the jmeter file: -Dhttps.proxyHost=somesite -Dhttps.proxyPort=3128 -Dhttp.nonProxyHosts=*.test.org" Both attempts fail (wget does the right thing though). Any ideas? (@Deepak: Didn't know how to put that at the bottom of our original post a few weeks back) Cheers Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

