The untrusted server cert message indicates you are connecting to a server that is not using either RSA/Verisign or Thaute certificates. The best way to check this is to point IE to the site and see if IE complains about the certificate.
-Frank -- Frank Cohen, cofounder and chief technology officer, Inclusion Inc. http://www.inclusion.net, phone 408 374 7426, email [EMAIL PROTECTED] > From: Berin Loritsch <[EMAIL PROTECTED]> > Date: Mon, 27 Aug 2001 14:45:14 -0400 > To: [EMAIL PROTECTED] > Subject: Re: I am trying to get JMeter to use SSL > > 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-V >> 1.2-120198]) >> at >> com.sun.net.ssl.internal.www.protocol.https.NetworkClient.openServer([DashoPr >> o-V1.2-120198]) >> at >> com.sun.net.ssl.internal.www.protocol.https.HttpClient.l([DashoPro-V1.2-12019 >> 8]) >> 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-1201 >> 98]) >> at >> com.sun.net.ssl.internal.www.protocol.https.HttpsClient.a([DashoPro-V1.2-1201 >> 98]) >> at >> com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.connect([Dasho >> Pro-V1.2-120198]) >> at >> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:3 >> 75) >> at >> org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:1 >> 11) >> 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

