Forum Discussion
Mahendra_Satras
Nimbostratus
Nov 17, 2006re-routing requests
Current set up in F5 -
Virtual Server list -
name:httpInternet,default pool-dpool,port-80
name : httpsInternet, default pool - dpool, port - 443
name :ws, default pool - wspool , port - 80
I apply an IRule on 'httpInternet' for re-routing requests to a different pool (wspool) if a certain condition is met.
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/blah" } {
pool wspool
}
}
The above works great.
But if I apply the same rule on 'httpsInternet', the requests are not re-routed.
I change the IRule that is applied to 'httpsInternet' to -
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/blah" } {
HTTP::redirect http://[HTTP::host] [HTTP::uri]
}
}
and it would work but the SSL session with client is not maintained any more.
Is there a way where I can maintain a SSL session and have this working?
Thanks in advance.
- hoolio
Cirrostratus
Hi,
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