Forum Discussion
Tod_Martinsen_1
Nimbostratus
May 24, 2010iRule Generates error TCLerror: ... while executing...
LTM is generating the following log message when executing an iRule:
Mon May 24 12:14:42 CDT 2010 tmm tmm[1228] 01220001 TCL error: Rule Log_Remote_Certificate CLIENTSSL_CLIENTCERT - while executing X509::subject $cert How can I find a list of the status codes to decode what this error means? Is this just reporting a problem with the TCL syntax?
2 Replies
- Colin_Walker_12Historic F5 AccountCould you post the iRule you're trying to get to fire? We could likely help determine where the problem is coming from.
As for the error message, it's just a general error saying tat the X509::subject command couldn't be executed.
Colin - hoolio
Cirrostratus
Also, which LTM version are you running?
You might want to check if SSL::cert 0 returns a non-null string before trying to run any commands against the value:if {[SSL::cert 0] ne ""}{ set cert [SSL::cert 0] } else { ... code to handle client not presenting a cert... }
Aaron
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
