Am attempting to add new clients to (what I thought was) a working puppet server.
Entering this command:
puppet agent --test --waitforcert=120
On the server I see the request via:
puppet cert list --all
So I 'sign' it. Back on the client I see:
info: caching certificate for test0
info: caching certificate_revocation_list for ca
err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
warning: not using cache on failed catalog
err: Could not retrieve catalog; skipping run
Thinking this was an SSL cert mismatch I wiped out `/var/lib/puppet/ssl` on the client but this didn't change anything. I also made sure to run `puppet cert clean --all` on the server. Still no change.
I'm missing some important step but I'm not sure what it is. Suggestions?
↧