Forum Discussion
Amin_Ferdous_14
Nimbostratus
Apr 05, 2017iRule to gather client TLS version
I am an iRule rookie and I need help please. I am trying to write an iRule that will capture TLS version as it traverses a VIP and append as a HTTP header to the forwarded request. Really appreciate your time.
- JG
Cumulonimbus
Try this one:
when HTTP_REQUEST { HTTP::header insert "X-TLS-Version" [SSL::cipher version] }
.
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