| Author |
SSL compatible for Sun and IBM java
|
Rajendar Goud
Ranch Hand
Joined: Mar 06, 2002
Posts: 220
|
|
Hi, How can we achieve general SSL implementation that can support both ibm java and sun java. B/c currently the application i developed works fine with Sun java which uses the regular jsse.jar,jnet.jar and jcert.jar and the provider being com.sun.net.ssl.internal.ssl.Provider. But if i try to deploy it on ibm java ,it fails and says 'SSL implementation not available'.its b/c ibm has their own java and jre which includes 'ibmjsse.jar'. can we make it to run on ibm without changes or do i need to change the code to access the provider 'ibm provider'. pls respond with some suggestions. Regards Rajendar
|
 |
 |
|
|
subject: SSL compatible for Sun and IBM java
|
|
|