Friends,
I want to implement SSL in our intranet system.I have 4 WebLogic8.1 managed box's with 2 iPlanet box's.I use weblogic proxy to do load balancing with iPlanet box's.
I can install security certificates in iPlanet web servers and get the https:// to my application.What about the connection between web server and wl managed box's? Is it still SSL? If not, How can I make this?
Thanks
- Lawrence
-
SSL in clustered environment (1 messages)
- Posted by: Lawrence Manickam
- Posted on: October 15 2003 16:19 EDT
Threaded Messages (1)
- SSL in clustered environment by Rajiv Sharma on October 15 2003 17:18 EDT
-
SSL in clustered environment[ Go to top ]
- Posted by: Rajiv Sharma
- Posted on: October 15 2003 17:18 EDT
- in response to Lawrence Manickam
The connection between iPlanet and WLS (WebLogic Server) will also use SSL. You will have to convert the certificate installed on the iPlanet to JKS format and configure the keystore on WLS. Please refer to the URL - http://e-docs.bea.com/wls/docs81/secmanage/ssl.html for more information on WLS SSL configuration.