[Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-10 Thread Clay
I find the problem is this in the puppet.conf , http_proxy_host = proxy.domain.com http_proxy_port = 8080 after I removed these lines , puppet agent on the master server cant connect to itself now. I added these because we are behind proxy and need to use it for "puppet module" to co

Re: [Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-09 Thread Felix Frank
On 07/07/2012 12:24 AM, Clay wrote: > Thanks. I already disabled puppetdb and still got the above 403 > "Forbidden" error, also tried remove /etc/puppet/ssl and restarted > puppet master, same error. This may be a case of apache refusing to talk to clients on the local host. Have you checked a

[Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-06 Thread Clay
Thanks. I already disabled puppetdb and still got the above 403 "Forbidden" error, also tried remove /etc/puppet/ssl and restarted puppet master, same error. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the w

Re: [Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-06 Thread Deepak Giridharagopal
On Fri, Jul 6, 2012 at 11:21 AM, Clay wrote: > I don't have to have the puppet agent on the puppet server up , but when > setting up puppetdb , I got this error from clients: > > # puppet agent --test > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Failed to submit

[Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-06 Thread Clay
I don't have to have the puppet agent on the puppet server up , but when setting up puppetdb , I got this error from clients: # puppet agent --test err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for client1.domain.com to Puppe

[Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-06 Thread Clay
On Wednesday, 4 July 2012 13:56:10 UTC-7, Clay wrote: > > on my puppet master server (v 2.7.17 , both server and client version) , > the puppet agent can't connect to itself. other clients connected to this > puppet server are working fine. > the hostname is puppet.domain.com > > [root@puppet

[Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-04 Thread Clay
thanks for the reply. I think auth.conf is the default one. [root@puppet ]# grep -v ^# /etc/puppet/auth.conf path ~ ^/catalog/([^/]+)$ method find allow $1 path ~ ^/node/([^/]+)$ method find allow $1 path /certificate_revocation_list/ca method find allow * path /report method save allow * p

[Puppet Users] Re: on puppet master server , puppet agent can't connect to itself

2012-07-04 Thread Corey Hammerton
How does your auth.conf file look? On Wednesday, July 4, 2012 4:56:10 PM UTC-4, Clay wrote: > > on my puppet master server (v 2.7.17 , both server and client version) , > the puppet agent can't connect to itself. other clients connected to this > puppet server are working fine. > the hostname