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 think you need to wrap the condition you're "not'ing" in parens. I threw an extra pair around the first test to be sure.
when HTTP_REQUEST {
set disable 1
if { (not ([HTTP::uri] starts_with "/exchange/" )) || [HTTP::path] starts_with "/exchweb/" }{
pool UAT-content
log local0."test4-1"
} else {
set disable 0
pool OWA-Pool
log local0."test4-2"
}
}
when SERVER_CONNECTED {
if { $disable == 1 }{
SSL::disable
log local0."nossl"
}
}Can you test this?
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
