[Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-22 Thread Jon Davis
How can I track down where the issue for this is? I've found some bugs and blog posts that seem to be related [1][2] and I've followed all of the instructions and checked ALL of the versions related. I'm running Ruby 1.8.7 and Puppet 2.7.9 on both sides of the equation, which appear to be "OK" v

[Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-03-19 Thread glm
Hi, I am having a similar problem but I am trying to run puppetd -t on the server as a client of itself. This works on our other puppet master. Like the poster above, I have cleared /var/lib/puppet/ssl a dozen times and time cannot be an issue because client and server are the same machine.

[Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2013-08-16 Thread Asher Bond
I had this problem. So I ran this on the puppetmaster: puppet cert --list --all came back with nothing for the puppetmaster itself. I added my.domain to search domains in /etc/resolv.conf I rebooted the puppetmaster and when I ran puppet cert --list --all I saw two certs, the one for my agen

Re: [Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-22 Thread Gary Larizza
On Wed, Feb 22, 2012 at 11:58 AM, Jon Davis wrote: > How can I track down where the issue for this is? I've found some bugs > and blog posts that seem to be related [1][2] and I've followed all of the > instructions and checked ALL of the versions related. I'm running Ruby > 1.8.7 and Puppet 2

Re: [Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-22 Thread Jon Davis
I was cleaning the clients yes. After I cleaned the puppet server and the client AND still had issues. I decided to blow away everything in /var/lib/puppet/ssl on the master and rebuild it. Fortunately I only have a few dozen puppetized machines because... I have to go through and re-cert them a

Re: [Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-02-23 Thread Felix Frank
Hi, On 02/22/2012 08:58 PM, Jon Davis wrote: > How can I track down where the issue for this is? it's always troublesome, but the only clean approach I'm aware of is "openssl s_client" and "openssl x509" to carefully compare what the master is presenting when the agent connects to whatever the ag

RE: [Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed." -- Not time related

2012-03-20 Thread Kinzel, David
ppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of glm Sent: Monday, March 19, 2012 6:39 PM To: puppet-users@googlegroups.com Subject: [Puppet Users] Re: "SSLv3 read server certificate B: certificate verify failed."