Nov 02, 2011
use ssl profile in an IRule
Hello Community, If you have a SSL VS that points to an pool that contains http 80 and https 443, is there a way to direct traffic to the 443 member and use an ssl profile? I do NOT want to set the...
While you can do what you are asking about, you would be far better off putting the servers in different pools (especially for different Protocol's). It would buy you ease of management, scalability, and the ability to perform health checks on the servers and reroute traffic based on the availability of the servers.
If you hard code Node and Port, if that server is unavailable for any reason your traffic is going to fail utterly.
Just a thought.