On 16/02/2010, Oliver Erlewein [DATACOM] <[email protected]> wrote:
> 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"

There is a mix of https and http in the above line.

>  Both attempts fail (wget does the right thing though). Any ideas?

AFAIK, Java only seems to support http proxies; https is not mentioned in:

http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html
or the 1.4.2 version

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to