diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-26 00:03:46 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-09-26 00:03:46 +0000 |
commit | dfef7e1647a0b87f8010c53e138efd9ecba2871b (patch) | |
tree | 85264da50d3ad8d3e0a0b2df83b6b23e1400a1d1 /documentation/faq.page | |
parent | d888d9ed79d7315e9aa013a5835d616101be1119 (diff) | |
download | puppet-dfef7e1647a0b87f8010c53e138efd9ecba2871b.tar.gz puppet-dfef7e1647a0b87f8010c53e138efd9ecba2871b.tar.xz puppet-dfef7e1647a0b87f8010c53e138efd9ecba2871b.zip |
Adding a note about another error
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1691 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'documentation/faq.page')
-rw-r--r-- | documentation/faq.page | 9 |
1 files changed, 9 insertions, 0 deletions
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$* |