Forum Discussion
Ron_Adams_11068
Nimbostratus
Jan 12, 2006Select among clientssl profiles
Need help with 9.2 iRule syntax to select a clientssl profile other than the default assigned to the virtual server?
A previous post returned this statement:
"Unfortunately, you're going to need to wait until 9.2 where an iRule can select among clientssl profiles."
If you have sample syntax, I'd appreciate it.
11 Replies
- Vivian_Peng_967
Nimbostratus
I have been trying on SSL::profile command to apply a client ssl profile based on the client uri but found out the command is not valid with HTTP_REQUEST event so I used it with CLIENT_ACCEPTED event with client source IP. My iRule looks like:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.160.38.16]} {
SSL::profile BETA-B2B.ECSC_CC
}
else {
SSL::profile BETA-B2B.ECSC
}
}
when HTTP_REQUEST {
SSL::renegotiate
}
However, this is only works with Firefox not any others such as IE, Maxthon, and my client software CLEO, - all connection interrupted. Anyone has any clue and the way to work around?
Your help will be very much appreciated.
Vivian
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