Hi,

I have a host that's both a puppet client and a puppetmaster. The master
part works fine; all clients can connect to it and get their configuration.
The client part does not work so well. I remember it used to work but then
we had to switch domain names and things went wrong. The setup is something
like this:

[puppetmaster_A]
 + client_1
 + client_2
 + client_3
 + client_4

Now client_4 is the 'problem' node, which is also a puppetmaster for several
other nodes. The change in domain was for host puppetmaster_A  (.com ->
.local). The other nodes weren't changed at all and continued to work fine,
even though the certificate issued by puppetmaster_A had the old domain name
in it. The command i used to check this was:

$ openssl x509 -in /var/lib/puppet/ssl/certs/ca.pem -noout -text

It shows the .com domain but works fine on all other nodes. On node client_4
though when i start puppetd in no-daemonize mode, i get this error:

err: Could not retrieve catalog: Certificates were not trusted: hostname not
match with the server certificate

I tried deleting the ca.pem but this just results in it being retrieved
again from puppetmaster_A.

Anyone? :)


Sebastian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to