Forum Discussion
Chris_Olson_172
Altostratus
Jun 09, 2016How can I find what clients are using TLS 1.0
I need to determine what clients are using TLS 1.0. My thought is to create an irule to gather the source IP of the client.
I know I can view statistic with:
tmsh show ltm profile client-ssl ...
David_Stout
Nimbostratus
Jun 10, 2016I use a different iRule that provides some further information in diagnosing issues like this. The other iRule is just as good but depends on the information you want to collect 🙂
when HTTP_REQUEST {
if { [info exists logged] && $logged == 1 }{
Do nothing. Already logged for this connection
} else {
set logged 1
log "Rule DEV_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