Forum Discussion
Frank_Mancini_3
Nimbostratus
Oct 11, 2006SSL::Cipher name and version
Can someone tell me what the result values are when I use the following:
SSL::cipher name
SSL::cipher version
returns: "SSL" and "v3.0" or "3.0" or "3"
Thank you so much. What is a good way to test this because you would need to implement this within a Local Traffic Management Virtual and you can't display the values. Will iRules Editor help in taking a look at these values?
3 Replies
- Colin_Walker_12Historic F5 AccountI'm not sure what you mean when you say you can't display the values...
log local0. "Cipher name is - [SSL::cipher name]" log local0. "Cipher version is - [SSL::cipher version]"
- Frank_Mancini_3
Nimbostratus
Unfortunately, i'm a developer and won't be able to see the logs. Can you tell me what you get for those values? if I know what the values are, then I can write the iRule for it. - You could always add them to a custom response with a secret uri request.
when HTTP_REQUEST { if { [HTTP::uri] starts_with "/dumpssldata" } { HTTP::respond 200 content "Name = '[SSL::cipher name]', 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