I'm writing to ask for an example of use of the active resource with certificate authentication.
The documentation found on http://apidock.com/rails/ActiveResource/Base does not provide examples.
I have two rails application that need to communicate: APP1 (https://app1.mauroapplications.com), APP2 (https://app2.mauroapplications.com)
I generated public/private keys for each application (RSA). APP2 has the public key of APP1 (app1.pem) and viceversa.
In my development environment I have a self signed certificate for SSL.
How do I have to configure a Model extending ActiveResource in APP2?
Many thanks in advance,
Mauro