Forum Discussion
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 under...
bluepet_10591
Jun 17, 2011Altostratus
Got the client cert, test it out with the trusted bundle certificate that I had (original)
got this error when I did this
openssl verify -purpose sslclient -CAfile mybundle.crt client.crt
error 20 at 0 depth lookup:unable to get local issuer certificate
add the intermediate cert from thawte into the mybundle.crt
openssl verify -purpose sslclient -CAfile mybundle+intermediate.crt client.crt
error 2 at 1 depth lookup:unable to get issuer certificate
install the verisign cert into the bundle and got it to work
client.crt : ok
note client cert is as follow
verisign
-- thawte
-----client.domain.cert
so looked like you need to install all the cert in the chain if it is missing in your current trusted cert namely
paste the cert from verisign & thawte into your current bundle. Tested it and it does not matter the order of you pasted them
namely cat verisign.crt >> mybundle.crt and then cat thawte.crt >> mybundle.crt
You need to view and export the certificate from der format to pem first to get it into clear text. The chain certificates comes together with the client cert.
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