Forum Discussion
Amit585731
Nimbostratus
Mar 30, 2016Issue with irule
Dear Experts,
I am facing issue with one irule which I need to create so users from defined IP address should be presented with different certificate and rest users should be presented with defa...
Samir_Jha_52506
Noctilucent
Mar 31, 2016Hi Amit,
Try below iRule. Hope it will work.
when CLIENT_ACCEPTED { if { [IP::addr [IP::client_addr] equals "1.1.1.1"]}
{
log local0. "IP address:[IP::client_addr]"
SSL::profile Test1_SSL }
else {
log local0. "IP address:[IP::client_addr]"
SSL::profile clientssl
}
}
when HTTP_REQUEST {
SSL::renegotiate
}
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