Forum Discussion
Kevan_50436
Nimbostratus
Apr 21, 2009HTTPS iRule to redirect traffic by URL?
I have a really simple iRule to route HTTP traffic based on the URL specified:
when HTTP_REQUEST {
if { [HTTP::host] contains "test2" } {
pool Test2_HTTP
} else {
pool Test1_HTTP
}
}
I would like to also do this for SSL traffic.
I know (or at least think) that SSL traffic must be terminated at the LTM to apply iRules to SSL, which requires an SSL client profile. However, the SSL client profile only contains one certificate, so it would not work for the second URL.
Is this even possible?
Thanks,
Kevan.
- hoolio
Cirrostratus
Hi Kevan, - Kevan_50436
Nimbostratus
I thought that might be the case. Thanks for the response. - Chris_Bartnick_
Nimbostratus
not to hijack this thread but,
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