> Maybe that should be made clear in the example. Since you have a > front-end accepting both SSL and clear traffic, and a backend with SSL > and clear servers, it is confusing to someone who doesn't know it works.
The fact that both sides have encrypted and unencrypted traffic types was intentional; the idea being that since we are in HTTP mode we will always do request processing at layer 7 : so SSL processing needs to be decoupled from the other tasks, and I did implied this with this example. Do you have a concrete suggestion how to make this clearer? Regards, Lukas

