Forum Discussion
Root44
Altostratus
Sep 08, 2015Adding Load Balancer with SSL
What is the command for adding LB with port and server port, SSL traffice (yes), persistence (SSL), LB algorithm (LC), and Keep alive ( TCP- handshake)?
1 Reply
- Kevin_Stewart
Employee
You'll need to create a server pool first:
create ltm pool test-pool members replace-all-with { 11.11.11.11:80 11.11.11.12:80 } load-balancing-mode least-connections-memberthen a client SSL profile (assuming you've already uploaded the cert and key:
create ltm profile client-ssl test-ssl cert www.bigdomain.com.crt key www.bigdomain.com.keyand then you can create the virtual server:
create ltm virtual test-vs destination 14.14.14.14:443 pool test-pool profiles add { test-ssl } source-address-translation { type automap }The above is an absolute basic requirement for building any virtual server (with client side SSL), so you'll need to tweak it accordingly.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects