For SSL environments with WebSphere® Application Server 6.1 and 7.0, 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 6.1 and 7.0:
File area | Action |
---|---|
# Default JSSE socket factories | Uncomment the following two lines: ssl.SocketFactory.provider= com.ibm.jsse2.SSLSocketFactoryImpl ssl.ServerSocketFactory.provider= com.ibm.jsse2.SSLServerSocketFactoryImpl |
# WebSphere Application Server socket factories (in cryptosf.jar) | Comment the following two lines: #ssl.SocketFactory.provider= com.ibm.websphere.ssl.protocol.SSLSocket Factory #ssl.ServerSocketFactory.provider= com.ibm.websphere.ssl.protocol.SSLServer SocketFactory |
# 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