Routing Error if using ssl_required

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

Adam M. 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

Adam

Solution: Server routed all *:443 requests to another rails app.

Sorry.