Forum Discussion
vvskaladhar_488
Nimbostratus
Jun 12, 2018Source IP details accessing TLSv1
Hello All,
can you please let me know how to identify Source ip or end user IP (External ) accessing TLSv1 on the VIP ? Please let me know if there is any irule that can be configured and tes...
youssef1
Cumulonimbus
Jun 12, 2018Can you try:
when CLIENTSSL_CLIENTHELLO {
set userip [IP::client_addr]
set SSL_version [SSL::cipher name]
set SSL_PROTOCOL [SSL::cipher version]
if {$SSL_PROTOCOL == "TLSv1"} {
log local0. "Warning: $userip - $SSL_version - $SSL_PROTOCOL"
}
}
Keep me in touch...
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