cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
694
Views
0
Helpful
1
Replies

Load balancing TLS without SSL termination

davidbuit
Level 1
Level 1

Hi

Is it possible to load balance TLS through a CSS without doing the SSL termination on the CSS? The application is only making 1 connection via TLS on port 4111.

Thanks

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

yes, TLS is a protocol above TCP.

So, simply loadbalance at TCP level.

Just be aware you can't ask the CSS to do check for the url or any info in the HTTP payload as it would be encrypted.

Gilles.