Hi everyone,
I am running into a routing error when activating ssl.
Everything works fine, when I put
ssl_required :index
into the controller I get a routing error
Routing Error
No route matches "/meinkwikit" with {:method=>:get}
I installed the ssl plugin and put include SslRequirement into my
application_controller.
Does anybody know what I am doing wrong?
Thanks in advance
Adam
--
Posted via http://www.ruby-forum.com/.
Adam Meyer wrote:> Hi everyone, > > I am running into a routing error when activating ssl. > Everything works fine, when I put > > ssl_required :index > > into the controller I get a routing error > > Routing Error > > No route matches "/meinkwikit" with {:method=>:get} > > I installed the ssl plugin and put include SslRequirement into my > application_controller. > > Does anybody know what I am doing wrong? > > Thanks in advance > > AdamSolution: Server routed all *:443 requests to another rails app. Sorry. -- Posted via http://www.ruby-forum.com/.