Forum Discussion
JO_JO
May 17, 2023Altostratus
CLIENT_HELLO SSL TLS version insert
CLIENT_HELLO SSL/TLS version insert HELLO, I want to insert the SSLv3, TLSv1, TLSv1.1 version in the HTTP header The name of the HTTP header is "version" I must use irule when CLIENTSSL_CLIENT...
- May 17, 2023
Hi JO_JO,
"insert" command is required to add http header. Can you try this iRule?
when HTTP_REQUEST { if { [class match [SSL::cipher version] equals tls-version] } { HTTP::header insert "version" [SSL::cipher version] } }
May 17, 2023
Hi JO_JO,
"insert" command is required to add http header. Can you try this iRule?
when HTTP_REQUEST {
if { [class match [SSL::cipher version] equals tls-version] } {
HTTP::header insert "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