Berin Loritsch wrote:
> 
> "Stover, Michael" wrote:
> >
> > When you say you "installed" JSSE, what does that mean?  Do you have all
> > three jars in your classpath (jsse.jar, jcert.jar, and jnet.jar)?
> 
> I followed the instructions for JSSE installation:  jsse.jar, jcert.jar, and
> jnet.jar are all installed in $JAVA_HOME/jre/lib/ext, and the
> $JAVA_HOME/jre/lib/security/java.security file has been modified to add support
> for the SunJSSE provider.
> 
> I discovered my jssecacert was in the incorrect format--after removing it,
> I got a little further.  See my other email--the CA cert for the location
> I was wanting to test is unknown.

Ok, I installed the server CA cert correctly, and got to the following exception

Thread-5, RECV SSLv3 ALERT:  fatal, handshake_failure
%% Invalidated:  [Session-1, SSL_RSA_WITH_RC4_128_SHA]
java.net.SocketException: Unexpected end of file from server
        at com.sun.net.ssl.internal.www.protocol.https.HttpClient.b([DashoPro-V1
.2-120198])
        at com.sun.net.ssl.internal.www.protocol.https.HttpClient.a([DashoPro-V1
.2-120198])
        at com.sun.net.ssl.internal.www.protocol.https.HttpClient.a([DashoPro-V1
.2-120198])
        at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnection.getInp
utStream([DashoPro-V1.2-120198])
        at org.apache.jmeter.protocol.http.sampler.HTTPSampler.readResponse(HTTP
Sampler.java:453)
        at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample
r.java:381)
        at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSample
r.java:111)
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:135)
        at java.lang.Thread.run(Thread.java:484)



It requires full PKI handshaking, and I am going to add the support for that.

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

Reply via email to