Should be dead easy.
I think the router doesn't differentiate between http and https. so Akelos would invoke the same action/controller for both.
but you could do a redirect in a before_filter. something like
if Request->isSsl() redirect_to :login
Thats pseudo-code of course.
1 to 2 of 2