Rails 3.1 Passenger/Apache/force_ssl getting 404 error -


i'm trying force application using ssl. i've inserted "force_ssl" application controller. when try access application i'm getting 404s every page. application being redirected https, though.

i'm using passenger , apache.

is there else need do? hints/tips appreciated.

thanks

try putting

config.force_ssl = true 

into application.rb.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -