Forum Discussion
Dayton_Gray_103
Nimbostratus
Jun 07, 2007SSL unencrypt/reencrypt after looking at header
Here is my situation.
We are looking to send SSL (port 443) traffic to different pools based upon host header. and either un-encrypt or re-encrypt based upon pool used. I have not found any ...
hoolio
Cirrostratus
Jun 15, 2007I had a logic error with where I put the parens. This might be a bit more clear:
when HTTP_REQUEST {
if { [HTTP::path] starts_with "/exchange/" ) || [HTTP::path] starts_with "/exchweb/" }{
set disable 0
pool OWA-Pool
log local0. "test4-2"
} else {
set disable 1
pool UAT-content
log local0. "test4-1"
}
}
when SERVER_CONNECTED {
if { $disable == 1 }{
SSL::disable
log local0. "nossl"
}
}When a request should have SSL disabled, do you see nossl being logged? Are the packets going to the node(s) in the test4-1 pool still encrypted? Also, what version of BIG-IP are you running?
Aaron
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
