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 /etc/httpd/conf.d/ssl.conf and it just works when I point the browser using "https: . . .". Is there a quick method like that for Rails apps? ie not having to make any changes to the Rails app itself? I can''t get it to work (I am using Apache and Passenger on Fedora 14 x86_64). Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil-8eKeQ+h1VH4pAS55Wn97og@public.gmane.org -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/CNXSjyS0834J. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
See here: http://www.simonecarletti.com/blog/2011/05/configuring-rails-3-https-ssl/ On Oct 27, 5:56 pm, Philip Rhoades <p...-8eKeQ+h1VH4pAS55Wn97og@public.gmane.org> 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 /etc/httpd/conf.d/ssl.conf and it just works when I point the > browser using "https: . . .". Is there a quick method like that for > Rails apps? ie not having to make any changes to the Rails app itself? > I can''t get it to work (I am using Apache and Passenger on Fedora 14 > x86_64). > > Thanks, > > Phil. > -- > Philip Rhoades > > GPO Box 3411 > Sydney NSW 2001 > Australia > E-mail: p...-8eKeQ+h1VH4pAS55Wn97og@public.gmane.org-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.