Forum Discussion
John_Ogle_45372
Nimbostratus
Feb 09, 2010disable ssl client profile based on source address
Can someone show me an iRule that would allow me to disable the SSL Client profile dynamically based on the source address. We have an app server that needs to talk http but all the other clients need to keep using HTTPS. Any help is very much appreciated.
Thank you,
- hoolio
Cirrostratus
Hi John,when CLIENT_ACCEPTED Check if client IP is 10.10.10.0/24 if {[IP::addr [IP::client_addr] equals 10.10.10.0/24]}{ Disable the client SSL profile SSL::disable } }
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