Hello, 

I'm trying to set up a test plan for a site that uses https and I'm getting
an exception back. The test plan is very basic with a thread group, http
request defaults, a http request, and a View results in table listener. 

Here's the stack trace:

java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.0
404 Not Found"
        at
sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:934)
        at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(DashoA12275)
        at
sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(DashoA12275)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:424)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:514)
        at
org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:503)
        at 
org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247)
        at java.lang.Thread.run(Thread.java:534)



I'm using java 1.4.2_05, jmeter 2.1.1  
I started jmeter using the -H and -P args. I'm sure the proxy is correct
because it's the same one i use with IE and AIM. I also tried a different
port at start up and got a connection refused exception and I tried a
different hostname and got an unknown host exception. 

I did some searching and It looks like the it might not a problem with
jmeter directly,  but something going on with either the proxy or the core
java classes, or configuration of jmeter.  Any advice or leads in the
correct direction would be great. 

Thanks,
--
View this message in context: 
http://www.nabble.com/cant-Tunnel-through-proxy-https-t1502209.html#a4072871
Sent from the JMeter - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to