On Feb 8, 3:18 am, Christophe Bonnaud <takyo...@hotmail.com> wrote: > so I have obviously an authorization problem, but i cannot find the > solution to this problem... > > Does anyone have a suggestion?
I've seen the same thing with my setup...the solution for me was to put the "RequestHeader" lines found on the Puppet Passenger wiki page (http://www.reductivelabs.com/trac/puppet/wiki/UsingPassenger) into my Apache virtual host config: RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e RequestHeader set X-Client-DN %{SSL_CLIENT_S_DN}e RequestHeader set X-Client-Verify %{SSL_CLIENT_VERIFY}e ...not sure why that section isn't included in the provided template (./ext/rack/files/apache2.conf) from the puppet sources (I'm using v0.25.4), but adding them fixed things up for me. Note that I also don't have an auth.conf file, and even if I add one and take these lines out, I'm back to getting the "err: Could not retrieve catalog from remote server: Error 403 on SERVER:" message. Hope that helps! -- Aaron "ElasticDog" Schaefer -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.