Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ibmjsse.jar vs jsse.jar: SSL implementation not available

843811Nov 27 2001 — edited Nov 29 2001

We changed versions of jsse and now can't do ssl from the client side; we get the "SSL implementation not available" error.

We run Java 1.3.0 on aix with JSSE 1.0.2 on AIX. We got the software off the AIX web pages before Java 1.3.0 was officially available on the AIX distribution cd. One of our sites recently began using the
Java130.jsse-us package which includes

/usr/java130/jre/lib/ext/ibmjsse.jar

in addition to jsse.jar. Now our server still works but our client fails on the createSocket(). We figure he must be getting the ibmjsse version of the SSLSocketFactory.getDefault() call. If we hide the ibmjsse.jar file so the client can't find it, he uses jsse.jar and comes up fine.

Is there any reason to use ibmjsse?

How do we tell our client to ignore ibmjsse?

many thanks,

Vicky



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 27 2001
Added on Nov 27 2001
1 comment
1,335 views