On 23 August 2010 14:59, Илья Иля <[email protected]> wrote: > javax.net.ssl.SSLHandshakeException: Server chose unsupported or disabled > protocol: SSLv3 > at com.ibm.jsse2.eb.serverHello(eb.java:102) > at com.ibm.jsse2.eb.a(eb.java:54) > at com.ibm.jsse2.db.m(db.java:208) > at com.ibm.jsse2.db.a(db.java:259) > at com.ibm.jsse2.jc.a(jc.java:271) > at com.ibm.jsse2.jc.g(jc.java:403) > at com.ibm.jsse2.jc.a(jc.java:21) > at com.ibm.jsse2.jc.startHandshake(jc.java:228) > at com.ibm.net.ssl.www2.protocol.https.b.afterConnect(b.java:167) > at com.ibm.net.ssl.www2.protocol.https.c.connect(c.java:42) > at com.ibm.net.ssl.www2.protocol.https.a.connect(a.java:57) > at > org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:483) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:965) > at > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:951) > at > org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:348) > at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243) > at java.lang.Thread.run(Thread.java:810) > > Such exception
That suggests you are using an IBM Java - does the same happen with Sun Java? Have you tried setting the property I mentioned? > > 2010/8/23 sebb <[email protected]> > >> On 23 August 2010 13:28, Илья Иля <[email protected]> wrote: >> > I have exception, when trying to run jmeter test on server with HTTPS >> > protocol. >> >> What is the exact exception message? >> >> > I still don't know exactly, if server use SSL 3 indeed. But may be it >> will >> > be a key for problem, if Java 6 jmeter 2.4 have no supply of ssl3 >> > >> >> Try enabling the following in jmeter.properties: >> >> https.default.protocol=SSLv3 >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Offering hope to life... > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

