httprb / http

HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
MIT License
3.01k stars 321 forks source link

OpenSSL::SSL::SSLSocket:Class #17

Closed perkins2099 closed 12 years ago

perkins2099 commented 12 years ago

Trying to connect to https

resp = Http.with_headers(:accept => 'application/json').post "https://api.polldaddy.com", :body => JSON(req)

I'm getting this error: OpenSSL::SSL::SSLSocket:Class

Any thoughts?

Thanks!

tarcieri commented 12 years ago

Have you tried master? I believe this was fixed...

tarcieri commented 12 years ago

Should be fixed on master...