Forum Discussion
Prasad_81758
Nimbostratus
May 20, 2010Websphere 7 (IBM JDK 1.6) communication with BigIP
I am trying to find a solution for application that will be running in Websphere Application Server V7 version using IBMs JDK 1.6 version that will communicate with BigIP to manage the configurations...
Prasad_81758
Nimbostratus
May 20, 2010I was able to get the communication working using IBMs JDK to BigIP. Here are the changes I made:
Setting the following properties before calling the XTrustProvider.install method. Used the default keystore file whis was provided as part of the Sun's JRE to set the javax.net.ssl.trustStore
System.setProperty("javax.net.ssl.trustStore", defaultKeyStoreFileFromSunJRE);
Security.setProperty("ssl.SocketFactory.provider", "com.ibm.jsse2.SSLSocketFactoryImpl");
Security.setProperty("ssl.ServerSocketFactory.provider", "com.ibm.jsse2.SSLServerSocketFactoryImpl");
Needed the following two jar files from Websphere:
com.ibm.ffdc.jar, com.ibm.ws.security.crypto.jar
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
