I am trying to enable rails SSL on one specific path. The rest of the website should display in http.
This connection is also made between the rails server and the Android device. The android device must send its information in SSL using its own generated certificate.
Is this possible in Rails or not?
source
share