Forum Discussion
Carlos_Urdaneta
Nimbostratus
Nov 06, 2014Determine source IP addresses of SSLv3 connections?
Hi All,
Do we have the ability to determine which specific clients (IP addresses) are connecting to the F5 with SSL v3
I know how to obtain some statistics about the number of SSLv3 connect...
David_Stout
Nimbostratus
Nov 07, 2014I have a slightly more detailed logging rule that provides some additional information if required.
when HTTP_REQUEST {
if { [info exists logged] && $logged == 1 }{
Do nothing. Already logged for this connection
} else {
set logged 1
log "Rule CIPHER_logging fired, from [IP::remote_addr] to vip [IP::local_addr] Cipher [SSL::cipher name]:[SSL::cipher version]:[SSL::cipher bits] Client:[HTTP::header "User-Agent"]:[HTTP::host]"
}
}
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