From dfef7e1647a0b87f8010c53e138efd9ecba2871b Mon Sep 17 00:00:00 2001 From: luke Date: Tue, 26 Sep 2006 00:03:46 +0000 Subject: Adding a note about another error git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1691 980ebf18-57e1-0310-9a29-db15c13687c0 --- documentation/faq.page | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/faq.page b/documentation/faq.page index f74fcaf23..5028de5b0 100644 --- a/documentation/faq.page +++ b/documentation/faq.page @@ -240,4 +240,13 @@ This can apparently happen if Ruby is not compiled with IPv6 support; see the for more details. The only known solution is to make sure you're running a version of Ruby compiled with IPv6 support. +I'm getting ``tlsv1 alert unknown ca`` errors; what's wrong? +------------------------------------------------------------ +This problem is caused by ``puppetmasterd`` not being able to read its +ca certificate. This problem might occur up to 0.18.4 but has been +fixed in 0.19.0. You can probably fix it for versions before 0.19.0 by +chgrping /etc/puppet/ssl to the puppet group, but ``puppetd`` might +chgrp it back. Having ``puppetmasterd`` start as the root group should +fix the problem permanently until you can upgrade. + *$Id$* -- cgit