Hi All, I am having problem with https now, i have installed https successfully, now my website is working , but the problem is , after logged in successfully , while redirecting the page, its displayed only http:// only instead of https, Atpresent i am using instant rails, and i using the apache in windows 2000, i am trying so far to solve this problem , but i couldn''t, please help me to solve this problem, Thanks in advance. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Take a look at the ssl_requirement plugin http://agilewebdevelopment.com/plugins/ssl_requirement Vidya Vidya wrote:> Hi All, > > I am having problem with https now, i have installed https > successfully, now my website is working , but the problem is , after > logged in successfully , while redirecting the page, its displayed only > http:// only instead of https, > > Atpresent i am using instant rails, and i using the apache in windows > 2000, i am trying so far to solve this problem , but i couldn''t, please > help me to solve this problem, Thanks in advance. >-- Sincerely, William Pratt --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Sep 25, 2007, at 4:36 PM, William Pratt wrote:> Take a look at the ssl_requirement plugin > http://agilewebdevelopment.com/plugins/ssl_requirementSecure Actions is another option. http://agilewebdevelopment.com/plugins/secure_actions together with the fix for the gotcha blogged here: http://www.advogato.org/person/fxn/diary/470.html With SSL Requirement you need to take care of the protocol, otherwise the action travels in clear and a redirection is done, by that time the password is alredy taken. Secure Actions generates links with the right protocol. -- fxn --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---