ac32f5_4938
Feb 09, 2011Nimbostratus
Migrating from CSS to F5
Hello All- We are in the process of migrating from CSS to F5. We termiate ssl on CSS and have the following addition config to insert ssl session info in the http header back to the web server. CSS to web server is http in this case and ssl terminates on the css
ssl-server 20 http-header session <---insert ssl session info (not sure what info exactly, can't find more info on cisco site)
and
ssl-server 20 http-header insert-per-request
i can't figure out how this translates to f5. i tried this irule and it didn't work, so it's probably more than just the session id that it's looking for.
when HTTP_REQUEST {
HTTP::header insert [SSL::modssl_sessionid_headers]
}
does anyone has any idea how to do this?
Thanks
Andy