Puppet Master version 3.7.1 Puppet Agent version 0.25.4
Hi there Guys, I'm still in the beginning stages of using puppet running at lease 10 agents. I have written 20 odd modules and all worked fine.
Yesterday I tried adding custom facts and got this error:
Failed to retrieve current state of resource: Could not retrieve information from source
I thought it may be certificate related so I revoked the agent's cert with a normal
puppet cert clean agentname
I also removed the /var/lib/puppet/ssl directory.
When I now do
puppetd --test **or** puppet agent --test
I now always get this
err: Could not retrievw catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
I know this is some certificate mixup BUT, I have already tried to
1. Removed the master /var/lib/puppet/ssl
2. Restarted the master
3. Removed the agent /var/lib/puppet/ssl
4. Ran puppet agent --test