[Rails] Re: Quick and Dirty SSL for a Rails app

2011-10-28 Thread Brandon Black
See here: http://www.simonecarletti.com/blog/2011/05/configuring-rails-3-https-ssl/ On Oct 27, 5:56 pm, Philip Rhoades wrote: > People, > > To improve security for things like SquirrelMail and RoundCubeMail, I > can just place the mail app directory into the Apache SSL dir, add some > stuff to /

[Rails] Re: Quick and Dirty SSL for a Rails app

2011-10-28 Thread Tim Shaffer
Well provided you don't have any code in your application that won't work with https, you should be good to go. Just make sure the domain you are using to access your Rails application is SSL protected (via Apache, load balancer, or other means) and then simply access it using https. -- You r