Forum Discussion
Alan_Johnson_30
Nimbostratus
Oct 18, 2017Cipher Logging iRule
Hi folks,
I'm currently using an iRule to log cipher usage. It works great. However, I need to modify to include the Virtual Server name in the log entry. Here's what I've been using:
when HTTP_R...
jurgenvdmark_14
Nimbostratus
Oct 20, 2017It looks fine to me,
I have a similar rule which logs when the SSL handshake takes place:
when CLIENTSSL_HANDSHAKE {
log local0.info "virtual=[virtual name], src_ip=[IP::client_addr], ssl_cipher=[SSL::cipher name], ssl_protocol=[SSL::cipher version], ssl_bits=[SSL::cipher bits]"
}
Starting in version 11. A virtual consists of the partition and the virtual-name, f.i.
/Common/test using the following command you can get the virtual name without the partition:
set env_vserver [getfield [virtual] "/" 3]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
