Forum Discussion
Doppler44_23469
Nov 18, 2015Nimbostratus
Inject TLS version into HTTP header
I'm planning to disable support for TLS 1.0, but want to give my users some time to update to modern browsers before I pull the plug on older browsers that don't support TLS 1.1 and 1.2. I'd like to ...
- Nov 18, 2015
Yep, this should do the trick for you.
when HTTP_REQUEST { HTTP::header insert "tls-version" [SSL::cipher version] }
Brad_Parker
Cirrus
Yep, this should do the trick for you.
when HTTP_REQUEST {
HTTP::header insert "tls-version" [SSL::cipher version]
}
Doppler44_23469
Nov 18, 2015Nimbostratus
That did the trick. The header appears with the appropriate value: "TLSv1", "TLSv1.1", or "TLSv1.2".
Thanks again.
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