Paypal gem and ssl

In am trying to get IPN working with my rails app. Paypal is calling my
action just fine but in the log after I get the initial post from paypal
I am getting this error: OpenSSL::SSL::SSLError

I assume it is because I am not using ssl and the gem is set to by
default.
Is there a way to disable ssl?

Thanks