Marcelo Frota
2013-Nov-06 20:26 UTC
[Puppet Users] PuppetMaster and Puppet Client in the same machine
Hi Dears, I am installing the puppetmaster server and puppet client is running in the same machine. When i running : puppet agent --test --waitforcert 30 I received the error : Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources using ''eval_generate'': SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [self signed certificate in certificate chain for /CN=Puppet CA: HOSTNAME Error: /File[/var/lib/puppet/lib]: Could not evaluate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [self signed certificate in certificate chain for /CN=Puppet CA: HOSTNAME] Could not retrieve file metadata for puppet://HOSTNAME/plugins: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [self signed certificate in certificate chain for /CN=Puppet CA: HOSTNAME] Error: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [self signed certificate in certificate chain for /CN=Puppet CA: HOSTNAME] I was reading about the problem and it seems is related with SSL, I made several tests, i change de ssldir in puppet.conf to [main] ssldir = /etc/puppet/ssl and [agent] ssldir = /var/lib/puppet/ssl , but is not corrected the problem. Anyone seen this? Someone can Help me ? Thanks Marcelo Frota -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/3da15bb6-b9c6-48d9-a0c8-f88db1c182bf%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Manjunath G
2013-Nov-12 10:42 UTC
[Puppet Users] Re: PuppetMaster and Puppet Client in the same machine
On Thursday, 7 November 2013 01:56:18 UTC+5:30, Marcelo Frota wrote:> > Hi Dears, > > I am installing the puppetmaster server and puppet client is running in > the same machine. > > When i running : puppet agent --test --waitforcert 30 > > I received the error : > > Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources > using ''eval_generate'': SSL_connect returned=1 errno=0 state=SSLv3 read > server certificate B: certificate verify failed: [self signed certificate > in certificate chain for /CN=Puppet CA: HOSTNAME > Error: /File[/var/lib/puppet/lib]: Could not evaluate: SSL_connect > returned=1 errno=0 state=SSLv3 read server certificate B: certificate > verify failed: [self signed certificate in certificate chain for /CN=Puppet > CA: HOSTNAME] Could not retrieve file metadata for > puppet://HOSTNAME/plugins: SSL_connect returned=1 errno=0 state=SSLv3 read > server certificate B: certificate verify failed: [self signed certificate > in certificate chain for /CN=Puppet CA: HOSTNAME] > Error: Could not retrieve catalog from remote server: SSL_connect > returned=1 errno=0 state=SSLv3 read server certificate B: certificate > verify failed: [self signed certificate in certificate chain for /CN=Puppet > CA: HOSTNAME] > > I was reading about the problem and it seems is related with SSL, I made > several tests, i change de ssldir in puppet.conf to [main] ssldir = > /etc/puppet/ssl and [agent] ssldir = /var/lib/puppet/ssl , but is > not corrected the problem. > > Anyone seen this? Someone can Help me ? > > Thanks > Marcelo Frota >Hello, Can you try running the same with root login and check? Regards, Manjunath.G -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/4adf4128-802b-4070-980f-c3090c1d6264%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.