During puppet catalog runs, I sometimes (~ 10%) get the following
message:
Failed to retrieve current state of resource: SSL_connect SYSCALL
returned=5 errno=0 state=SSLv2/v3 read server hello A
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
> > Is it always on the same clients?
It has happened on every client except (I think) the puppet server
itself. The clients are Solaris 10 boxes with a mix of sparc and
i386. It seems to be happening about 10x more on one particular
client, but I think that is explained by the fact that catalog runs
take much longer on that box due to a module that is only being
applied to it.
> > What webserver are you using (webbrick?)
Yes, though this will probably change soon due to what I have read in
the Puppet Scalability Notes. We currently have only deployed puppet
to 5 nodes, but plan on managing more than 50 nodes.
> > What OS is the puppet server running on?
Solaris 10
I'm not really sure if the local puppet connection is encrypted or not
(ie puppetd<->puppetmaster on the server).
Silviu
> I'm not really sure if the local puppet connection is encrypted or not
> (ie puppetd<->puppetmaster on the server).
the only unencrypted connection of puppet is during the cert exchange,
everything else is encrypted.
cheers pete
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEUEARECAAYFAks7hr0ACgkQbwltcAfKi386sgCYxLfhSFer2fMOOAfpmId4n4/L
GQCdHkFWNXKKI3S55ZI2Ug6a1/W83YQ=
=4VCg
-----END PGP SIGNATURE-----
I don't have a debug trace, but I can tell you that I switched from
webrick to mongrel with nginx and my problem went away.