SSL issues with puppet agent at openSUSE
- by Roman Grazhdan
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.