Forum Discussion
Omarsheriff1980
Nimbostratus
Jun 07, 2018pool selection based on specific context path and certificate termination on each member server
I have a single LTM VIP with two pools, each pool has two member server. pool selection based on specific context path (/health/v1/* and /check/v2/* and certificate termination on each member server....
youssef1
Cumulonimbus
Jun 07, 2018Hi,
Be carefull you can't do pool redirection using irule if ssl termination is done in server backend...
You have to set ssl termination on F5 then re-encrypt to backend server...
No, Irule don't have to change regarding device version. You just keep in mind that you have to process ssl interception in order to manage http traffic and set an http profile:
- use an ssl client profile
- use an ssl server profile
- use an http profile
Then add your irule
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/health/v1/" { pool uat_pool }
"/check/v2" { pool qa_pool }
default_pool { pool general_pool }
}
}
regards
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