...
Another solution is to set WebSphere SSL configuration to use the IBM JSSE implementation with by defining the content of sl.java.security
file as below
Code Block |
---|
ssl.SocketFactory.provider=com.ibm.jsse2.SSLSocketFactoryImpl ssl.ServerSocketFactory.provider=com.ibm.jsse2.SSLServerSocketFactoryImpl |
...