Is the inventory server certificate sign by the same CA as the remote masters?
puppet cert -p inventory_server_cert
...
Issuer: CN=Puppet CA ...
puppet master --configprint certname
puppet_master_cert
puppet cert -p puppet_master_cert
...
Issuer: CN=Puppet CA ...
The puppet_master_cert listed above should be in auth.conf as
specified in this doc:
http://docs.puppetlabs.com/pe/1.2/upgrading.html
Specifically:
# Allow puppet master to save facts to the inventory:
path /facts
auth yes
method save
allow <puppet master's certname>
Thanks,
Nan
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
You don't need a signed CA, but rather the two servers certs are
signed by the same CA, which is the reason for verifying issuer match.
If your inventory server is also a puppet master, might be easier to
get that system working first before trying a remote puppet master.
Thanks,
Nan
Thanks,
Nan
Certificate chain is an outstanding bug, so at the moment one CA sign
all puppet master + inventory server cert.
Nan
Nan