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; ...
Gabor_Torok_937
Nimbostratus
Feb 23, 2006Sure. 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]
}
}And some additional info:
- RMS_blacklist is an external data group containing integers. It's meant to contain certificate serial numbers.
- This iRule is assigned to one of our virtual servers, which is enabled only on External traffic (if that counts).
How do I know which side our script is running on? I automatically assumed that it would be running on client-side, but now I'm uncertain.
Thanks for your help in advance,
Tote
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