On Feb 29, 10:21 am, mukulm <smilemukul2...@gmail.com> wrote: > I had build a new client & sync the client with ntp server for the > first time but i am getting a certificate error as "err: Could not > request certificate: Retrieved certificate does not match private key; > please remove certificate from server and regenerate it with the > current key" ? > > what is the reason for the above error ?
The same as I told you before: the master is returning a signed certificate to the client that doesn't match the client's signing request / private key. The possible reasons are the same as before, too. You should verify that the client's unqualified host name is unique among your Puppet clients, else it may be contending with another client for the same SSL certname. If the host name is unique then probably you are re-using the name that a previous Puppet client used (perhaps the same hardware, but definitely with a different private key). In that case, you should do exactly as the message tells you to do. John -- 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 puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.