JRuby and OpenID

I’m playing with JRuby and a Rails app that authenticate the users with
OpenID.

Unfortunately with MRI the example works fine…but not with JRuby.
I can’t identity the problem, maybe could be a OpenSSL problem?
I’ve tried with webbrick, mongrel, deployed as war on tomcat, nothing…

The problem is the same with the Railscasts example with authlogic and
openid. (#170 OpenID with Authlogic - RailsCasts).

Anyone can help me? :slight_smile: many thx

Luca