On 24 May 2010, at 15:16, Julien Cornuwel wrote:
I've been gooogling around for quite some time now and I didn't find a solution. If I missed it, feel free to RTFM me (with a link, please) ;-) I want to make two rails apps (on different servers) able to communicate securely through SSL. Meaning, when app1 needs data from app2, it connects to app2, checks its certificate, and requests an URL. App2 then check app1's certificate, and responds if it checks out. Any idea how I could do this ?
http://apidock.com/rails/ActiveResource/Base Scroll down to the "Certificate Authentication" section. Best regards Peter De Berdt -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

