Forum Discussion
ac32f5_4938
Nimbostratus
Feb 09, 2011Migrating 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...
Chris_Miller
Altostratus
Feb 10, 2011You can use SSL::cipher for name, key size, and version.
http://devcentral.f5.com/wiki/default.aspx/iRules/SSL__cipher.html
when HTTP_REQUEST {
HTTP::header insert [SSL::modssl_sessionid_headers]
HTTP::header insert CipherName [SSL::cipher name]
HTTP::header insert CipherVersion [SSL::cipher version]
HTTP::header insert CipherKeySize [SSL::cipher bits]
}
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