Forum Discussion
Gabor_Torok_937
Nimbostratus
Feb 21, 2006Peer cert verificaiton error
Hi,
Does anyone know where to look at to find out what is causing this error?Feb 20 18:50:04 tmm tmm[856]: 01260014:4: Peer cert verify error: unable to get local issuer certificate (depth 0; cert xxx)
Note: I marked the certificate details with xxx on purpose, of course, but it seems to me that it points to a valid string (not an LDAP expert, though).
Note2: the reason why I wrote this question in this category (i.e. iRules > v9.x) is that the error might have something to do with our iRules script. At least it starts with:
set my_serial_number [X509::serial_number [SSL::cert 0]]
Thanks,
Tote
- Colin_Walker_12Historic F5 AccountAre you using this command in a client side, or server side context? This command is currently only available under a client side context, which could be why you're seeing this error.
- Gabor_Torok_937
Nimbostratus
Sure. Here is my iRule:when CLIENTSSL_HANDSHAKE { set my_serial_number [X509::serial_number [SSL::cert 0]] if { [matchclass $my_serial_number eq $::RMS_blacklist] } { log local0. [concat "BLACKLISTED serial: " $my_serial_number] reject } else { log local0. [concat "DEBUG - serial: " $my_serial_number] } }
- William_Them_99
Nimbostratus
We just got finished banging our heads against the wall with a peer cert verify error that was breaking everything. - Gabor_Torok_937
Nimbostratus
I think it's a client-side thing. At least I've checked the configuration of the virtual server in question and found an SSL profile selected in SSL Profile (client) listbox. And the server-side listbox contains nothing (or None, indeed).
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