To configure https we need .pem certificate file. it has both certificate and private and public keys .
Using this I configured https in apache . It is working nice . My client says that he send the https request using post method . Also he says that data in post method will be encrypted . like this , data='msisdn=919822222222&PTRefId=12345236789012345678&PTDateTime=20090120123020&custid=1234567890&messageType=50011' ( will be encrypted ) then he post this data using post method . In the https scenario , I have configured my cerificate in appache configuration file . Do I need any decryption method to decrypt this in my rails application ? (or) appache is enough to do this . I request you clarify my doubts . -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

