Hi guys,
I got so many problems this weekend for my puppet 3.6.2 with dashboard and puppetdb!
On PuppetDashboard, I want to check facts for a host, but errro:
Inventory
Could not retrieve facts from inventory service: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert unknown ca
Then I did two things, trying to fix:
1. I followed instruction in this link and add ssl-protocols line to puppetdb's jetty.ini file:
http://puppetlabs.com/blog/impact-assessment-sslv3-vulnerability-poodle-attack#SSL protocols to use
ssl-protocols = TLSv1, TLSv1.1, TLSv1.2
2. I followed instruction in this link to reinitialize my ssl setup
by running
/usr/sbin/puppetdb ssl-setup -fhttps://docs.puppetlabs.com/puppetdb/latest/puppetdb-faq.html But no luck. Still same problem. Any clue?
Thanks a million!!!
Stacey