Forum Discussion
Gus_Thompson_11
Nimbostratus
Oct 29, 2007Cookie Persistence iRule help
Greetings,
I’m in desperate need of a solution for “Cookie Insert” persistence. I have worked with F5 support for over a month now, and still have not been able to resolve our issues. So, ...
Deb_Allen_18
Nov 10, 2007Historic F5 Account
Hi Gus --
You could create a single port 0 VS, but you'd get the same error.
Leave the clientssl profiles configured as they should be, and replace this:
if { [PROFILE::exists clientssl] == 1} {
if {$::debug}{log local0. "Client SSL profile enabled on VIP. Disabling SSL"}
SSL::disable clientside
} With this little trick to wrap the offending call:
if { [PROFILE::exists clientssl] == 1 } {
if {$::debug}{log local0. "Client SSL profile enabled on VIP. Disabling SSL"}
set ssl_disable "SSL::disable clientside"
[eval $ssl_disable]
}
}It effectively hides the offending command from the parser police & executes it only when appropriate.
HTH
/deb
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
