Categorize SSL traffic by version, display as graph
Problem this snippet solves: You want to know how much SSLv3 traffic is hitting your site. Example image when going to https://x.x.x.x/sslversions:
How to use this snippet: Attach this iRul...
Published Sep 01, 2015
Version 1.0David_Holmes_12
Historic F5 Account
Joined December 19, 2012
David_Holmes_12
Historic F5 Account
Joined December 19, 2012
Roflcopter
Sep 21, 2015Nimbostratus
Would be good to get a counter next to the percentages.
Only thing I added to this was so that external IP's couldn't get to the /sslversions on virtual servers that we have externally facing.
when HTTP_REQUEST {
if { [string tolower [HTTP::path]] contains "/sslversions" } {
if { !([matchclass [IP::client_addr] equals ssl_stats])} {
discard
}
ssl_stats is a data group list