Forum Discussion
Valentine_96813
Jun 01, 2012Nimbostratus
Pool redirection with SSL passthrough
I need to redirect to another pool if active members<1. The VS is in SSL passthrough. Will this work if I add the HTTP base profile to the VS?
rule SorryPage_redirect2 {
when HTTP_REQ...
hooleylist
Jun 01, 2012Cirrostratus
Hi Valentine,
To add an HTTP profile and parse HTTP requests for an SSL VS, you'd need to add a client SSL profile configured with a valid server SSL certificate and key. If you want to keep the SSL VS unmodified, you should be able to check the pool in CLIENT_ACCEPTED instead:
when CLIENT_ACCEPTED {
if { [active_members [LB::server pool]] == 0 } {
pool Sorry-pool
}
}
Aaron
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