Closed perkins2099 closed 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!
Have you tried master? I believe this was fixed...
Should be fixed on master...
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!