Berin Loritsch wrote:
> 
> I am trying to get JMeter to use SSL.  I have installed JSSE 1.0.2,
> and set the ssl.provider property to the correct setting, but I am
> getting this exception:
> 
> java.net.SocketException: SSL implementation not available
>         at javax.net.ssl.DefaultSSLSocketFactory.createSocket([DashoPro-V1.2-120198])
>         at 
>com.sun.net.ssl.internal.www.protocol.https.HttpsClient.doConnect([DashoPro-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-V1.2-120198])
>         at 
>com.sun.net.ssl.internal.www.protocol.https.HttpClient.<init>([DashoPro-V1.2-120198])
>         at 
>com.sun.net.ssl.internal.www.protocol.https.HttpsClient.<init>([DashoPro-V1.2-120198])
>         at 
>com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
>         at 
>com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-120198])
>         at 
>com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect([DashoPro-V1.2-120198])
>         at 
>org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:375)
>         at 
>org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:111)
>         at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:135)
>         at java.lang.Thread.run(Thread.java:484)
> 
> Does anyone know what is going on?

I got past this error.  By adding the -Djavax.net.debug=ssl,handshake,data,trustmanager
parameter I found out my jssecacerts was not in the correct format.  After removing it,
I got the next exception: "javax.net.ssl.SSLException: untrusted server cert chain"

Does anyone known how to add a sites CA cert to the list of accepted certs?

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

Reply via email to