For SSL environments with WebSphere® Application Server 7 and 8, you must edit the java.security file to configure the File Plan Import Export tool.
To configure the File Plan Import Export tool for SSL with WebSphere Application Server 7 and 8:
File area | Action |
---|---|
# Default JSSE socket factories | Uncomment the following 2 lines:
|
# WebSphere Application Server socket factories (in cryptosf.jar) | Comment the following 2 lines:
|
# Default JSSE socket factories
ssl.SocketFactory.provider=com.ibm.jsse2.SSLSocketFactoryImpl
ssl.ServerSocketFactory.provider=com.ibm.jsse2.SSLServerSocketFactoryImpl
# WebSphere socket factories (in cryptosf.jar)
#ssl.SocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLSocketFactory
#ssl.ServerSocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLServer
SocketFactory