Forum Discussion
Shay_Ben-David1
Nimbostratus
Dec 22, 2008use different pool to SSL
Hi,
we have a situation that usually the ASM/BIGIP terminates the SSL on the LTM and uses a pool of servers with clear HTTP, in some situation we need to use differnet pool that also use SSL, SSL terminates on the BIGIP and again use different pool with SSL, i wrote an irule:
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] contains "ssl" } {
pool ssl
} else {
pool clear
}
}
this irule will not work because of an missing "ssl server profile" (i can use the default , i am looking for a way to add this to the irule.
Thanks
- Shay_Ben-David1
Nimbostratus
can this be a solution ? - hoolio
Cirrostratus
Hi Shay,
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