Forum Discussion
robert_carney
Nimbostratus
Oct 05, 2016Server side SSL rpofile based on URI
We are doing pool level redirects in Irules to diffrent pool as part of site migrations ,
All incoming connections are coming in port 80. and 90% of the site goes to the default port 80 pool
so we ca...
Samir_Jha_52506
Noctilucent
Oct 05, 2016Use below irule if you have different pool for different uri.
when HTTP_REQUEST { switch -glob [HTTP::uri]
{ "/CBO" { pool ECC-PROD-APP_7302-CBO SSL::enable serverside }
"/BOB" { pool ECC-PROD-APP_7303-BOB SSL::enable serverside }
"/BMI" { pool ECC-PROD-APP_7304-BMI SSL::enable serverside }
"/BSI" { pool ECC-PROD-APP_7313-BSI SSL::enable serverside }
"/AHLI" { pool ECC-PROD-APP_7314-AHLI SSL::enable serverside }
"/HILAL" { pool ECC-PROD-APP_7315-HILAL SSL::enable serverside }
}
}
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