Forum Discussion
Matthias_62542
Nimbostratus
Mar 08, 2010Talk HTTPS to a server in a pool
Hello,
I've set up a virtual server with a client SSL profile so I can reach the virtual server with F5. The F5 and the servers in the pool use cleartext HTTP for communication.
One ...
L4L7_53191
Nimbostratus
Mar 08, 2010Ok. You should be able to do this. Here's the high level, untested logic. Obviously, 10.0.0.25 is a made-up member IP. Here we'll assume it's your SSL member. I hope this gets you close (I have no time to test it this week).
when LB_SELECTED {
Once a pool member has been selected check to see if it's the SSL pool member. If it is, enable server-side SSL.
if { [IP::addr [LB::server addr] equals 10.0.0.25] } {
SSL::enable serverside
}
}
-Matt
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