SSL Acceleration

Summary: SSL is terminated in the load balancer and clear text HTTP is sent to and received from the servers. SSL certificates are managed in one place, the load balancer.

Why: Web servers are dramatically slower if they have to process SSL. Apache web servers can benefit from 20x improvement in transaction rates if SSL processing is off loaded to the load balancer.