Skip to content

Instantly share code, notes, and snippets.

@lazzarello
Created November 4, 2009 21:49
Show Gist options
  • Save lazzarello/226415 to your computer and use it in GitHub Desktop.
Save lazzarello/226415 to your computer and use it in GitHub Desktop.
chef:/etc/chef# chef-client -l debug
/usr/lib/ruby/1.8/net/http.rb:586:in `connect': SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A (OpenSSL::SSL::SSLError)
from /usr/lib/ruby/1.8/net/http.rb:586:in `connect'
from /usr/lib/ruby/1.8/net/http.rb:553:in `do_start'
from /usr/lib/ruby/1.8/net/http.rb:542:in `start'
from /usr/lib/ruby/1.8/net/http.rb:1035:in `request'
from /usr/lib/ruby/1.8/chef/rest.rb:178:in `run_request'
from /usr/lib/ruby/1.8/chef/rest.rb:85:in `get_rest'
from /usr/lib/ruby/1.8/chef/client.rb:193:in `register'
from /usr/lib/ruby/1.8/chef/client.rb:73:in `run'
from /usr/lib/ruby/1.8/chef/application/client.rb:186:in `run_application'
from /usr/lib/ruby/1.8/chef/application/client.rb:178:in `loop'
from /usr/lib/ruby/1.8/chef/application/client.rb:178:in `run_application'
from /usr/lib/ruby/1.8/chef/application.rb:57:in `run'
from /usr/bin/chef-client:25
@Mask
Copy link

Mask commented Aug 17, 2010

We're having the same problem. Do you have any idea what this comes from? Any tips greatly appreciated.

@nagarjuna
Copy link

Hi,
I am calling one web service and it is acceptable only with https. I am using ruby 1.8.7 and rails 2.3.5 but i am also getting same error when i make a call that web service . Please reply if any one got solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment