We cannot seem to find documentation on how to set up weblogic with ssl in the following configuration:
- Load balancer which balances (round robin) to two Weblogic Managed Sever nodes.
- So, a user goes to mywebsite.mydomain.com, which hits the load balancer, which sends traffic to one of the two managed nodes
- We assume we would create a single certificate for mywebsite.mydomain.com and install this certificate on each weblogic manage server nodes.
Is this procedure correct? We can find documentation on how to set up SSL for a non load-balanced server (all traffic goes to one managed server), but cannot find documentation for how to set up SSL for our configuration.
Please help!