Forum Discussion
totof_128215
Nimbostratus
Aug 22, 2005Using http connect with big ip
Hi all,
I want to use Bigip for loadbalancing a pool of http proxy cache.
The lb method is an irule with domain hashing.
The 4.5 irule is :
if (client_addr == one of ais_v2) {
cache (server_port == 3117) {
persist domain(http_host, 2)
origin_pool Netcache_3117
cache_pool Netcache_3117
}
}
else {
discard
}
we try to use the following irule in v9.x
when HTTP_REQUEST {
pool Caches_7000
set key [ crc32 [ domain [ HTTP::host ] 2 ] ]
persist hash $key
}
When using http or ftp over http protocol it works fine, but when we use th https protocol by a tunnel with http connect it doesn't.
We are thinking that the http profile used in virtual server definition could cause the problems.
What are you thinking about this and can anyone help me to solve this problem?
Thanks by advance
- unRuleY_95363Historic F5 AccountPlease read this post ():
- George_Dimitria
Nimbostratus
The same rule does not work in our environment. - Colin_Walker_12Historic F5 AccountThe first thing I'd check would be to make sure the BIG-IP is terminating SSL for the connection.
- George_Dimitria
Nimbostratus
It didn't work on version 9.1. After upgrading to version BIG-IP 9.1.1 Build 54.6 it seems to work
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