Forum Discussion
Cesar_01_134968
Apr 12, 2017Nimbostratus
Problem ProxySSL with two pools.
Hi,
I have a VS with ProxySSL enabled (profile SSL client and server), and two pools with HTTPS (A_pool and B_pool). I configure the A_pool as default pool in VS and works correctly. But when I...
Jad_Tabbara__J1
Apr 12, 2017Cirrostratus
It seems that your code is correct.
I tried this code and it works for me
when HTTP_REQUEST {
if {[HTTP::path] contains "jta"} {
log local0. "my_pool_a is selected for path [HTTP::path]"
pool my_pool_a
} else {
log local0. "my_pool_b is selected for path [HTTP::path]"
pool my_pool_b
}
}
Have you applied the irule to your VS ?
Remark: you can remove the "default pool" configuration from the "ressources" and just apply your irule and try again.
You can also check your log in /var/log/ltm
Regards
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