Forum Discussion
Anzine321
Jul 09, 2024Altocumulus
setting update antivirus apm
hi How to check antivirus update version on apm, i want to makesurevthe setting if client have older antivirus should be automatically or no? thanks
Aswin_mk
Jul 10, 2024Cumulonimbus
You can use above KB and below article - Endpoint inspection | BIG-IP Edge Client operations guide (f5.com)
when CLIENTSSL_HANDSHAKE {
# Placeholder for checking client's antivirus status
# You would need to implement a way to get the client's antivirus status
set antivirus_status [HTTP::header "X-Client-Antivirus-Status"]
if { $antivirus_status eq "outdated" } {
reject
}
}
also you can try this in lab or sanbox.
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