Forum Discussion
James_Thomson
Employee
Dec 09, 2004selective re-encryption
I'm trying to have a vip with ssl acceleration enabled accept traffic, inspect it, if it is html, re-encrypt it and send it to a secure serverpool. If it is .gif, just send it to a port 80 pool.
...
James_Thomson
Employee
Dec 09, 2004With that last part, it got rid of the error and worked:
when HTTP_REQUEST {
if {[HTTP::uri] contains "index3"} {
pool server2
}
}
when SERVER_CONNECTED {
if {[TCP::remote_port] != 443} {
{SSL::disable}
}
}
Thanks for the help.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
