Re: [Puppet Users] auth.conf in puppet 2.6 with Apache + Passenger

2010-08-18 Thread Sven Schott
Ah, cool. That kind of information is good to know. I have to redo all this anyway (this is our dev build) so under the hood info is great. Thanks again! On Wed, Aug 18, 2010 at 6:28 PM, Patrick Mohr kc7...@gmail.com wrote: On Aug 17, 2010, at 9:51 PM, Sven Schott wrote: The config file said

[Puppet Users] auth.conf in puppet 2.6 with Apache + Passenger

2010-08-17 Thread Sven Schott
Hi everyone I'm having a problem with a clean install of puppet (2.6.0) on a Mac server (Mac OS 10.5.8). I set up puppet initially with MySQL and the puppetmaster standalone (Webrick) and that works fine. Clients can connect and there are no problems. But when I configured it to use Apache and

Re: [Puppet Users] auth.conf in puppet 2.6 with Apache + Passenger

2010-08-17 Thread Patrick Mohr
I think you might have missed this bit: *Setup your puppet.conf* *Make sure you have the following set in your puppetmaster’s puppet.conf:* *[puppetmasterd]* *ssl_client_header = SSL_CLIENT_S_DN* *ssl_client_verify_header = SSL_CLIENT_VERIFY* On Tue, Aug 17, 2010 at 5:59 PM, Sven Schott

Re: [Puppet Users] auth.conf in puppet 2.6 with Apache + Passenger

2010-08-17 Thread Sven Schott
The config file said those were only used with mongrel so I didn't uncomment them. However, after fiddling for while I found that I had missed the exact same thing on the apache virtual hosts config. The following lines were missing: RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e