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, 2007The missing { should be at the end of the line of the first 'if':
when HTTP_REQUEST {
set reencrypt 0
if { [HTTP::header Host] == "host1.domain.com" }{
pool LocalPool
} else {
set reencrypt 1
pool RemotePool
}
}
when SERVER_CONNECTED {
if { $reencrypt == 0 }{
SSL::disable
}
}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
