Forum Discussion
southern_shred1
Nimbostratus
Nov 10, 2017iRules HTTP::header insert
Hi
I am new to irules and applied the following simple iRule to a test VIP.
As you can see its supposed to inject the protocol and cipher version details to the http header. We can see the...
Andy_McGrath
Cumulonimbus
Nov 10, 2017You are adding the Headers to the HTTP Request so unless the web server on the back end is taking the headers and adding them to it own HTTP Response you will not need them on the client side.
Not tested but you could try adding the headers to the HTTP Response with the following:
when HTTP_RESPONSE {
HTTP::header insert X-SSL-Protocol [SSL::cipher version]
HTTP::header insert X-SSL-Cipher [SSL::cipher name]
log local0. "Version: [SSL::cipher version], Name: [SSL::cipher name]"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
