Forum Discussion
Incoming 443 Passthru LTM and use iRule to redirect to pool
Client connections come in SSL 443; needs to pass-thru the LTM with no modification/terminating.
The Clients SSL session needs to terminate directly on the server. The LTM cannot touch the session. Trying to use the irule to look for a string in the URL - if found redirect to pool_2_8089. If string doesnt exist - default to pool_1
pool_2_8089
Member server 192.168.1.101:8089 (is terminating SSL)
pool_1
Member server 192.168.1.101:443 (exact same server just terminating SSL at 443)
I have this iRule
when HTTP_REQUEST {
if { ([active_members pool_2_8089] > 0) and ([HTTP::uri] contains "/submitVXUMessage") } {
pool pool_2_8089}
else {pool pool_1}
}
The vs_dbtest
listening at 443
no ssl client or server profiles
In order to use iRule - I had to select http profile
pool_1 is default
ANY help is much appreciated.
9 Replies
- Kevin_Stewart
Employee
You cannot see an HTTP URI without first terminating the SSL traffic. - What_Lies_Bene1
Cirrostratus
You can't look at the HTTP URI as you are not terminating the SSL on the F5. All the F5 can see is encrypted SSL data. You have two options here;
- Kevin_Stewart
Employee
You wouldn't be able to redirect traffic to different pools with ProxySSL. - What_Lies_Bene1
Cirrostratus
I had a feeling you might say that. Thanks for the clarification Kevin. - Mohamed_Lrhazi
Altocumulus
Wow... I learn new things everyday.. never heard of ProxySSL! looks cool. - Mohamed_Lrhazi
Altocumulus
You wouldn't be able to redirect traffic to different pools with ProxySSL. - John_Stevensen
Nimbostratus
Thank you!
Do you know off the top of your head if the ProxySSL feature is supported in our release BIG-IP 10.2.0 Build 1755.1 Hotfix HF1
- Mohamed_Lrhazi
Altocumulus
That sol doc says it only applies to: 11.2.0, 11.1.0, 11.0.0 - John_Stevensen
Nimbostratus
LOL.
When I was typing my reply.... a flood of other replies had funneled in and I didnt get to read them yet.
You guys rock.
Recent Discussions
Related Content
* 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