Ok.
I added map.resources :requirements => {:protocol => 'https'}
at the bottom of routes.rb before end.
restarted apache. I am still getting the same error.Basically, I am trying to implement https for the entire site. Is there any other way to do this instead of using SSL? thanks! On Apr 28, 1:33 pm, Fernando Perez <[email protected]> wrote: > kitty00 wrote: > > Thanks. > > I did follow the first article to set it up and I had this problem. > > The second one is for Suse. But from its example, I did those similar > > n red hat. > > In your resourceful routes, did you add the following? > > :requirements => {:protocol => 'https'} > -- > Posted viahttp://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 > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- 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.

