I'm attempting to use puppetdb on but I'm running into some issues.
I have a node called puppet
. It is the master as well as where I've installed puppetdb. It's also a node that puppet manages.
When I run puppet -t
on the puppet node I get:
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: Error 400 on SERVER: Could not retrieve facts for puppet.example.com:
Failed to submit 'replace facts' command for puppet.example.com to PuppetDB at
puppet:8081: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate
B: certificate verify failed: [unable to get local issuer certificate for
/CN=puppet.example.com]
I'm assuming that something is wrong w/ the SSL but I'm not sure what to change or where to look.