Forum Discussion
Tan_95038
Nimbostratus
Oct 09, 2013irule to select different SSL profiles based on the Client IP address
Hi
wondering if anyone can help , I got requirement to enable client authentication on one of the URL, But only apply to one of the client , the rest are still keep using existing profile.
so i will ...
Kevin_Stewart
Employee
Oct 09, 2013Try this from the SSL::profile wiki page:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] eq "1.1.1.1"]} {
SSL::profile host1_profile
} else {
SSL::profile ssl_profile2
}
}
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