Hi all. I have looked for this, but can't find a clear answer so any assistance would be appreciated.
I have a new CSS 11506 with a SSL module I am about to implement; all current web based applications are ssl. I was just told that data needs to be encrypted all the way from the client to the servers, zero clear text. I know I can setup backend servers, with a separate ssl connections (one from client to CSS, one from CSS to server).
My questions are:
1) Is each connection from the CSS to the servers separate? In other words if I have 100 client connections are there 100 ssl connections between the CSS and server farm? This defeats SSL off-loading.
2) If the answer to #1 is yes, is there a way to have one encryption tunnel to each server, and have http traffic use that tunnel for client connections while still load balancing?
Basically I want to off load the extra processing needed for ssl from the servers to the CSS module, but I also need to ensure encrypted traffic all the way from client to server at the same time.
One more wrinkle - I need sticky connections by cookie.