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 ...
JG
Cumulonimbus
Apr 05, 2017Try 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