On Wed, Aug 11, 2010 at 1:28 PM, Christian <[email protected]> wrote: > I have installed on the client and on the server puppet version > 0.25.5. > > The setup was successfully tested with Webrick server on the > puppetserver. Afterwards i switched to passenger (2.2.11) and rack > (1.0.1) on the server. > > Puppetmaster starts successfully with an httpd start. > > Making a certificate request works and signing on the server was also > no problem. However afterwards following message appears. > > /usr/sbin/puppetd --server icms-srv.gal.cst.cnes.fr --waitforcert 60 -- > test --debug --trace --verbose
<snip> > certificate_revocation_list/ca [find] at line 0 > warning: Not using cache on failed catalog > err: Could not retrieve catalog; skipping run > > It seems there are quite a lot of issues around those CA errors > already available. However the most were related to older puppet > versions and declared as fixed already. > > Does somebody have an idea what is going wrong here. > > Thanks a lot Did you follow the directions at http://github.com/reductivelabs/puppet/tree/master/ext/rack ? An snippet from the URI is Required puppet.conf settings: [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY It seems like the authorization of the client isnt taking place. You might want to ensure you have the settings above on your puppet master. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
