Forum Discussion
ScottG_82592
Nimbostratus
Feb 23, 2011Problem with findstr
Hello,
I am trying to extract some data from Client SSL Certificate. But I am having a problem when it is trying to pass the data. It is first part of the script it appears that it is passing the c...
hoolio
Cirrostratus
Feb 23, 2011I'm guessing that another user's session might have overwritten the session table entry if they both have an SSL session ID of null or 64 zeroes. If you log the SSL session ID's can you check for this potential issue?
Also, you can change this line from:
if {not[$cert_x contains "CYC"]}{
to:
if { not ($cert_x contains "CYC") }{
in order to avoid the runtime error.
Aaron
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