Ruby on Rails Friday, August 30, 2013

On Fri, Aug 30, 2013 at 8:40 AM, Paulo Castro <lists@ruby-forum.com> wrote:
> I mean, when I execute the code bellow from web browser..
> I'm using apache+phusionpassenger
>
> Please, anyone has any idea? I couldn't find anything to help yet!!

First make sure your OpenSSL is working fine, then make sure you've
the SSL headers installed and recompile Ruby. Also, see if the
simplest form of connection works:

require "net/https"
Net::HTTP.get(URI.parse("https://us1.api.mailchimp.com/2.0/helper/ping"))

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAM5XQny_q-Ob07tz2WqSkFzeZu4UA%2BjTg4Hda1fWTHQcB%3D6Syg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment