Thank you Deepak! The option that seems to have worked for me is option D - Upgrade to Jmeter 2.3.4.
All that struggling for such a simple fix. Your response is most appreciated! Carl On 10/14/09 12:09 PM, "Deepak Shetty" <[email protected]> wrote: > hi > its really java's implementation, nothing specific to Jmeter . So things you > could try > a. Is the https port specified correctly? > b. Is the certificate correct (if you directly type the url in the browser > do you get any certificate warnings) > c. Can you change the sampler to use HTTPClient HttpSampler? . > d. Upgrade to Jmeter 2.3.4 > > regards > deepak > > > On Wed, Oct 14, 2009 at 9:56 AM, Carl Shaulis <[email protected]> wrote: > >> Hello JMeter world, >> >> I am really struggling to get JMeter to work with SSL. I have searched and >> read numerous posts, but I am not seeing the path. >> >> I am running Java 1.5.0_19 and JMeter 2.3.3 on a MacBook Pro. I am getting >> the following error: >> >> java.net.SocketException: Connection reset >> at java.net.SocketInputStream.read(SocketInputStream.java:168) >> at >> com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293) >> at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331) >> at >> >> com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:782 >> ) >> at >> >> com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocket >> Impl.java:1089) >> at >> >> com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java >> :1116) >> at >> >> com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java >> :1100) >> at >> sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402) >> at >> >> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Abstra >> ctDelegateHttpsURLConnection.java:166) >> at >> >> sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnection >> Impl.java:133) >> at >> >> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java: >> 490) >> at >> >> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBa >> se.java:1037) >> at >> >> org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBa >> se.java:1023) >> at >> >> org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:346 >> ) >> at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243) >> at java.lang.Thread.run(Thread.java:613) >> >> Any assistance would be greatly appreciated. >> >> Carl >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

