Could not evaluate: certificate verify failed while using ssl proxy

Posted by Onitlikesonic on Server Fault See other posts from Server Fault or by Onitlikesonic
Published on 2012-10-12T08:10:21Z Indexed on 2012/10/12 9:40 UTC
Read the original article Hit count: 324

Filed under:
|
|

One of our machines was recently put behind an SSL proxy and since then I can't connect to puppet with "Could not evaluate: certificate verify failed."

I have checked that the dates match, regenerated the certificates but to no avail.

Debugging the verification with "openssl s_client -showcerts -connect puppetmaster:puppetmasterport" shows "Verify return code: 0 (ok)"

Initially the Proxy SSL Certificate was not recognized with a "Verify return code: 20 (unable to get local issuer certificate)" problem which was then fixed with the answer in the question: Adding root certificate to CentOS 5

© Server Fault or respective owner

Related posts about centos5

Related posts about puppet