Christian Hofstaedtler wrote:
You know, this usually means that you don't have these settings in
your puppet.conf, as doc'ed:
Required puppet.conf settings:
[puppetmasterd]
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
-ch
Noted.
Does this work
> From: Silviu Paragina
> Subject: Re: [Puppet Users] Re: authentication issue with passenger (resolved)
> Date: Sat, 09 Jan 2010 15:30:39 +0200
> To: puppet-users@googlegroups.com
>
> Christian Hofstaedtler wrote:
>> You know, this usually means that you don't h
You know, this usually means that you don't have these settings in
your puppet.conf, as doc'ed:
Required puppet.conf settings:
[puppetmasterd]
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
-ch
On Jan 8, 7:30 pm, jb wrote:
> Thank you Silviu - I just
Thank you Silviu - I just went through a 0.25.2 installation using
passenger 2.2.8 just yesterday and had the same issues which started
this thread:
puppetmasterd[29797]: Puppet Server (Rack): Internal Server Error:
Unhandled Exception: "Host app3.chassis1 10.x.x.x) not authorized to
call fileserv
our problem was namespaceauth.conf, since we fixed it, our 24.x clients
seems to work with 0.25 and passenger
namespaceauth.conf:
[puppetrunner]
allow 127.0.0.1
[fileserver]
allow *
[puppetmaster]
allow *
[puppetbucket]
allow *
[puppetreports]
allow *
[resource]
allow
What's your apache vhost config? Passenger 2.2.2 with 0.25.1 didn't work
for me with the config from the example in 0.25.1 tree
I think there is an error in the 0.25.1 example one.
I had to add:
RequestHeader set X-SSL-Subject %{SSL_CLIENT_S_DN}e
RequestHeader set X-Client-DN %{
We are hitting same problem, how did you solved this?
El dc 04 de 11 de 2009 a les 16:11 -0800, en/na Paul Lathrop va
escriure:
> How did you resolve this? I'm having this problem now.
>
> On Mon, Sep 28, 2009 at 9:16 AM, Allan Marcus wrote:
> >
> > I think I have it working now.
> >
> > ---
> >
How did you resolve this? I'm having this problem now.
On Mon, Sep 28, 2009 at 9:16 AM, Allan Marcus wrote:
>
> I think I have it working now.
>
> ---
> Thanks,
>
> Allan Marcus
> 505-667-5666
>
>
>
> On Sep 28, 2009, at 10:13 AM, Allan Marcus wrote:
>
>> yes, I have all those settings. Attached
I think I have it working now.
---
Thanks,
Allan Marcus
505-667-5666
On Sep 28, 2009, at 10:13 AM, Allan Marcus wrote:
> yes, I have all those settings. Attached are the relevant files.
>
> To sum up:
>
> Everything works fine with webrick
> Nothing I do can make server 0.25.1 w/passenger wo