bluepet_10591
Jun 15, 2011Altostratus
SSL::verify_result = 27 what does that mean?
Hi,
Firstly I apologise if this is a basic question, I did try troll around the devcentral but have not seen one that matches my issue.
Hope you guys can assist to help me understand.
Background
- user application browse our virtual server on our bigip LTM which have a SSL profile certificate with certificate request ticked.
- connection failed and upon checking it is due to irule check below matches verify_result !=0 namely 27
if { [SSL::cert count] == 0 or [SSL::verify_result] != 0 }
{
reject
}
the cert count = 2 and the value of verify_result = 27, which upon searching is
27 = X509_V_ERR_CERT_UNTRUSTED: certificate not trusted
The customer certificate is a valid certificate issued by thwte SGC CA - G2, I gather
Verisign
- Thawte SGC CA - G2
-- customer.domain.com
Why would it not a trusted certificate? Do I need to install their intermediate certificate root authority into my Bigip LTM box?
please advice
Cheers
Patrick