Forum Discussion
Peter_Baumann
Feb 06, 2012Cirrostratus
TCL error command returned bad code: 18 after upgrade to v11.1.0
This is driving me nuts!
I have the following iRule attached to a VS:
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals User_Internal]} {
SSL::...
nitass
Feb 06, 2012Employee
Bug 370572 - profile search does not use folder based common profile search mechanism and search failure does not return normal TCL_ERROR
can you try this workaround?
root@ve1100(Active)(/Common)(tmos) list ltm rule myrule
ltm rule myrule {
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals User_Internal]} {
SSL::profile /Common/clientssl_domain.net
} else {
SSL::profile /Common/clientssl_domain.net_cert
}
}
}
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