Forum Discussion
Ryan_Rowe_79249
Nimbostratus
Sep 24, 2009Rule to use different SSL Profile
I need a rule that when someone comes in to point to a different SSL Cert profile (ie. address a,b,c use serverSSL; all others use client SSL)...would that be possible to do in 1 rules or should I cre...
Ryan_Rowe_79249
Nimbostratus
Sep 24, 2009So I am guessing that this would be what I am looking for:
when CLIENT_ACCEPTED {
if {[matchclass [IP::client_addr] equals $::] }{
SSL::enable clientside
SSL::disable serverside
} else {
SSL::disable clientside
SSL::enable serverside
}
}
This (if I am reading it right) will enable the clientside SSL for a set of ip's and disable the SSL on the serverside. And the other way if not. Then I set both cert profiles in the Virtual Server.
Is this right?
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
