SSL issues with puppet agent at openSUSE

Posted by Roman Grazhdan on Server Fault See other posts from Server Fault or by Roman Grazhdan
Published on 2012-12-15T07:14:15Z Indexed on 2012/12/15 11:07 UTC
Read the original article Hit count: 187

Filed under:
|
|

I have a master running at my vps, and it has a simple helloworld manifest which works fine with any ubuntu machine I have. It connects, exchanges keys and creates test file allright, so I'm sure it's not server issue.

The agent which is running at a virtual machine with openSUSE says:

err: Could not request certificate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed.  This is often because the time is out of sync on the server or client

I believe it's probably a broken or missing lib, since the package is not built very accurately - it wouldn't start out of the box because of wrong path to lockfile, for example. So how do I figure out what exactly is wrong here?

The time is allright, I've checked it.

I probably could do without SSL if it's possible, since that SUSE machines are just for training, but it's the last opportunity.

© Server Fault or respective owner

Related posts about ssl

Related posts about puppet