Hi everyone, I'm a newbie to JMeter (and SSL) so please forgive my ignorance.
I'm trying to test a web app over HTTPS, but I get the following exception after authenticating to the keystore. Have I configured things wrongly.? I'm using the JDK1.3 together with Sun's JSSE1.01. Do I need to do anything other than uncomment the ssl.provider, iaik.provider and ssl.pkgs lines in jmeter.properties? If I change to using JDK1.4 what should the above properties be set to? Cheers, Geoff -------------------------------------------------------------------------------------------------------------- SSL Provider is: SunJSSE version 1.01 Sampling url: https://onest.e-osg.jp/StockCheck.jsp KeyStore Type: JKS JmeterKeyStore Location: D:\Documents and Settings\Administrator.FJCL-GEOFF\.ke store JmeterKeyStore type: class org.apache.jmeter.util.keystore.DefaultKeyStore Default Cipher: SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA Supported Cipher: SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA Default Cipher: SSL_RSA_EXPORT_WITH_RC4_40_MD5 Supported Cipher: SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA Supported Cipher: SSL_RSA_EXPORT_WITH_RC4_40_MD5 Supported Cipher: SSL_RSA_WITH_NULL_MD5 Supported Cipher: SSL_RSA_WITH_NULL_SHA Supported Cipher: SSL_DH_anon_EXPORT_WITH_RC4_40_MD5 JsseSSLManager installed java.lang.NullPointerException at com.sun.net.ssl.internal.ssl.q.<init>([DashoPro-V1.2-120198]) at com.sun.net.ssl.internal.ssl.h.<init>([DashoPro-V1.2-120198]) at com.sun.net.ssl.internal.ssl.ClientHandshaker.getKickstartMessage([D shoPro-V1.2-120198]) at com.sun.net.ssl.internal.ssl.Handshaker.kickstart([DashoPro-V1.2-120 98]) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.j([DashoPro-V1.2-120198]) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a([DashoPro-V1.2-120198]) at com.sun.net.ssl.internal.ssl.AppOutputStream.write([DashoPro-V1.2-12 198]) at java.io.OutputStream.write(OutputStream.java:61) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake([DashoPro- 1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.doConnect([D shoPro-V1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.NetworkClient.openServer [DashoPro-V1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpClient.l([DashoPro-V .2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpClient.<init>([Dasho ro-V1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.<init>([Dash Pro-V1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro- 1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro- 1.2-120198]) at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.conne t([DashoPro-V1.2-120198]) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampl r.java:440) at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampl r.java:164) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:138) at java.lang.Thread.run(Thread.java:484) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>