Forum Discussion
samigo_81875
Nimbostratus
Sep 04, 2013Mixed SSL/NON-SSL pools
Hello,
I have a mixed SSL and NON-SSL pools. I want to have both ClientSSL decryption ending on the LTM and then re-encrypting from LTM to the backend pool member which has SSL enabled. I'm not abl...
Kevin_Stewart
Employee
Sep 04, 2013Your iRule is using a -glob switch but you have no glob conditions, so the URIs would have to exactly match. Otherwise the iRule should work. Here's a minor modification:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/non-ssl*" {
SSL::disable serverside
pool HTTP-pool
}
"/ssl*" {
pool HTTPS-pool
}
}
}
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