Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 

...