Issue #16562 has been updated by eric sorenson. Status changed from Unreviewed to Needs More Information Assignee set to Adam Dorsey
Are you sure your master is correctly running SSL? This error happens when you try to talk SSL to a Plaintext http server. What does `openssl s_client -connect puppet:8140 -showcerts` from the agent say? ---------------------------------------- Bug #16562: "Unknown protocol" SSL error when running puppet agent on puppet server https://projects.puppetlabs.com/issues/16562#change-71722 Author: Adam Dorsey Status: Needs More Information Priority: Normal Assignee: Adam Dorsey Category: Target version: Affected Puppet version: 2.7.19 Keywords: Branch: Expected behavior: I run 'puppet agent --test', it creates a new cert request for the puppet server Actual behavior: [root@server1 puppet]# puppet agent --test err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run err: Could not send report: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol running Puppet 2.7.19-1.el6 from the yum.puppetlabs.com repo. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
