If you are using Apache and <acronym title="Secure Sockets Layer">
SSL</acronym>
as a proxy front-end for your Ruby on Rails application, you might have a problem with redirects if the backend server (Mongrel, for example) does not use SSL.
In a nutshell, you'll discover that redirects are sent …