Re: [Puppet Users] Certificate verify failed when syncing to self

2012-11-02 Thread hasufel
To properly reply to you, I killed my puppet process, and restarted it, and somehow everything started working correctly with "puppet agent --test", from the master VM. However, the agent VM is still giving the same error, so I guess it's possible it's now just a time issue. The master process

Re: [Puppet Users] Certificate verify failed when syncing to self

2012-11-02 Thread Jeff McCune
On Fri, Nov 2, 2012 at 2:24 PM, hasufel wrote: > I've tried clearing out the SSL directory and cleaning the certificates, > but it's still giving me the same errors. How is the master process being started? Could you paste the exact command with the complete argument vector if it's from an ini

Re: [Puppet Users] Certificate verify failed when syncing to self

2012-11-02 Thread hasufel
I've tried clearing out the SSL directory and cleaning the certificates, but it's still giving me the same errors. On Friday, November 2, 2012 5:22:58 PM UTC-4, hasufel wrote: > > I'm using Puppet 2.7.14, on a CentOS 6.3 VM. I'm using the VM for both > the master and agent, and I was able to ge

Re: [Puppet Users] Certificate verify failed when syncing to self

2012-11-02 Thread hasufel
I'm using Puppet 2.7.14, on a CentOS 6.3 VM. I'm using the VM for both the master and agent, and I was able to get things running using "puppet apply site.pp", but I can't get things running with "puppet agent --test"; it gives me the following errors: err: Could not retrieve catalog from remo

Re: [Puppet Users] Certificate verify failed when syncing to self

2012-11-02 Thread Jeff McCune
On Friday, November 2, 2012, hasufel wrote: > I'm having this issue, too. What version of Puppet? Is the master using a different confdir than it was in a previous version? The semantics of the default confdir have changed as of 3.0. -Jeff > -- You received this message because you are sub

Re: [Puppet Users] "certificate verify failed" - but clocks are in sync

2012-03-31 Thread Jim Garrison
That was it, thanks. I guess I assumed the command would resolve the hostname and provide the FQDN for me. On Friday, March 30, 2012 10:01:43 PM UTC-7, denmat wrote: > > Try using fully qualified domain name. vm1.blah.com > > > -- You received this message because you are subscribed to the Goo

Re: [Puppet Users] "certificate verify failed" - but clocks are in sync

2012-03-30 Thread Denmat
Try using fully qualified domain name. vm1.blah.com The server name needs to match the certificate. What you can do is remove all your ssl puppet dirs (usually /var/lib/puppet/ssl) and set certname in your puppet.conf to be what you call the hosts instead of using dns names. ie: on master: [mai

Re: [Puppet Users] Certificate verify failed.

2011-08-31 Thread Craig White
I would guess mis-matched names - use the fqdn puppet agent --server puppet.YOUR_DOMAIN --waitforcert 60 --test Craig On Aug 31, 2011, at 7:42 AM, linuxbsdfreak wrote: > > Hi All, > > I am running puppet (2.7.3) with nginx and passenger (3.0.8) and > ruby-1.9.2p290. I am receiving the followi

Re: [Puppet Users] Certificate Verify Failed

2011-08-26 Thread Ben House
PuppetNewbie wrote: >I could use some help. I am a newbie with puppet, and am trying to >learn it and use it here at the office. I have created 2 CentOS 5.5 >machines ( puppet.1on1.com - puppetmaster and puppetclient.1on1.com - >which will be the client that I control.) When I attempt to con

Re: [Puppet Users] Certificate Verify Failed

2011-08-26 Thread Ben House
PuppetNewbie wrote: >I could use some help. I am a newbie with puppet, and am trying to >learn it and use it here at the office. I have created 2 CentOS 5.5 >machines ( puppet.1on1.com - puppetmaster and puppetclient.1on1.com - >which will be the client that I control.) When I attempt to con

Re: [Puppet Users] certificate verify failed

2011-02-01 Thread Martin Alfke
Hi, is the time on both hosts (puppet master and puppet client) in sync? see http://projects.puppetlabs.com/projects/1/wiki/Certificates_And_Security Kind regards, Martin On Feb 1, 2011, at 2:59 PM, Pascal wrote: > Hi, > > I use Debian 5.0.8 with puppet 6.2.6. > I've got the following probl

Re: [Puppet Users] certificate verify failed

2011-02-01 Thread Martin Samm
try putting an entry for puppet into hosts; its detailed somewhere in the docs i think On Tue, Feb 1, 2011 at 1:59 PM, Pascal wrote: > Hi, > > I use Debian 5.0.8 with puppet 6.2.6. > I've got the following problem after installing puppet and registering > the certificates: > > > client1:/home/pa

Re: [Puppet Users] Certificate verify failed

2010-12-08 Thread Felix Frank
On 12/06/2010 09:13 PM, Kikanny wrote: > Whenever I try to connect to the master from the client, I get the > following error: > > Could not retrieve catalog from remote server: SSL_connect returned=1 > errno=0 state=SSLv3 read server certificate B: certificate verify > failed > > I tried google

Re: [Puppet Users] Certificate verify failed

2010-12-06 Thread Stefan Schulte
On Mon, Dec 06, 2010 at 12:13:37PM -0800, Kikanny wrote: > Whenever I try to connect to the master from the client, I get the > following error: > > Could not retrieve catalog from remote server: SSL_connect returned=1 > errno=0 state=SSLv3 read server certificate B: certificate verify > failed I

Re: [Puppet Users] certificate verify failed

2010-11-14 Thread Jeff McCune
Is the clock of the troublesome host synchronized with all of the others? This is often the cause of certificate verification failures. Hope this helps, -- Jeff McCune - (+1-503-208-4484) On Nov 13, 2010, at 10:49 PM, David Birdsong wrote: > I am banging my head against the wall for recently b

Re: [Puppet Users] certificate verify failed

2010-11-13 Thread David Birdsong
On Sat, Nov 13, 2010 at 7:56 PM, David Birdsong wrote: > On Sat, Nov 13, 2010 at 3:19 PM, Marek Dohojda wrote: >> First thing I would check is time, to make sure that your manager and host >> are synched. >> > makes sense, i didn't think of this earlier, but alas i've synced them > (they were off

Re: [Puppet Users] certificate verify failed

2010-11-13 Thread David Birdsong
On Sat, Nov 13, 2010 at 3:19 PM, Marek Dohojda wrote: > First thing I would check is time, to make sure that your manager and host > are synched. > makes sense, i didn't think of this earlier, but alas i've synced them (they were off by ~18 seconds) and still getting the exact same error. err: Co

Re: [Puppet Users] certificate verify failed

2010-11-13 Thread Marek Dohojda
First thing I would check is time, to make sure that your manager and host are synched. -- From: "David Birdsong" Sent: Saturday, November 13, 2010 2:49 PM To: Subject: [Puppet Users] certificate verify failed I am banging my head against the

Re: [Puppet Users] certificate verify failed on files.

2010-09-21 Thread Douglas Garstang
On Tue, Sep 21, 2010 at 3:02 PM, James Cammarata wrote: > > On Tue, 21 Sep 2010 13:52:23 -0700, Douglas Garstang > wrote: > > I'm seeing this sporadically. What does it mean? > > > > Sep 21 14:48:35 solr01 puppet-agent[3423]: > > (/Stage[main]/Openldap::Client/File[/etc/pam.d/sudo]) Could not ev

Re: [Puppet Users] certificate verify failed on files.

2010-09-21 Thread James Cammarata
On Tue, 21 Sep 2010 13:52:23 -0700, Douglas Garstang wrote: > I'm seeing this sporadically. What does it mean? > > Sep 21 14:48:35 solr01 puppet-agent[3423]: > (/Stage[main]/Openldap::Client/File[/etc/pam.d/sudo]) Could not evaluate: > certificate verify failed Could not retrieve file metadata f