Forum Discussion
Yozzer
Jul 08, 2012Nimbostratus
Pool not called
Hi
Is there any other configuration i need to perform to get the following irule to trigger correctly:
when HTTP_REQUEST {
if {[HTTP::uri] contains "/test/"} {
log -noname local0. "...
nitass
Jul 08, 2012Employee
can you try something like this?
[root@ve10:Active] config b virtual bar list
virtual bar {
snat automap
destination 172.28.19.79:443
ip protocol 6
rules myrule
profiles {
http {}
serverssl {
serverside
}
tcp {}
test {
clientside
}
}
}
[root@ve10:Active] config b profile test list
profile clientssl test {
defaults from clientssl
}
[root@ve10:Active] config b rule myrule list
rule myrule {
when HTTP_REQUEST {
SSL::disable serverside
if {[HTTP::uri] contains "/test/"} {
SSL::enable serverside
pool https_pool
} else {
pool http_pool
}
}
}
[root@ve10:Active] config b pool https_pool list
pool https_pool {
members 200.200.200.102:443 {}
}
[root@ve10:Active] config b pool http_pool list
pool http_pool {
members 200.200.200.101:80 {}
}
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