Hi all,
I needed to change the hostname for our puppet enterprise solutions so I did. I also recreated all SSL certificates with cut’n’paste from this guide:
https://docs.puppetlabs.com/pe/latest/trouble_regenerate_certs_monolithic.html
and replaced all of the old name references to the new one
no errors or nothing. Only no when accessing events in the GUI I get this in my logfile and I can no longer see new clients.
ERROR 2014-08-15 07:10 UTC: Failed to connect to PuppetDB. Check settings (hostname does not match the server certificate)
the logs so nicely says I should check my settings but the big question is what setting and what file.
Can anyone give a hint ?
I also did several other tests like puppet agent -t and all seems fine except the connection from the dashboard to the puppetdb
/Kim
This error means that the hostname in puppetdb.conf doesn't match the puppetdb certificate hostname
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/16706231-49be-4ed7-af03-3a5b2da62c90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi
If you installed puppetdb using puppetlabs-puppetdb. Usually removing router.yaml and puppetdb.conf on /etc/puppet folder and running Puppet again fixes it
Disclaimer: I am not in front of the computer so I am not sure if the files' names are misspelled. Also make a backup just in case.
Hope it helps
Best regards