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 yo...
Oct 11, 2006
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]'"
}
}Then just make a request to your virtual "https://virtual/dumpssldata" and the returned data stream will contain the output.
-Joe
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