I have an app I''ve been working on for a while. I just tried to activate SSL for it. I followed the instructions found at <http://wiki.rubyonrails.com/rails/pages/HowToEnableSSL>. Everything seemed to install/configure OK, no errors. But I now find that nothing is listening on port 443. "Connection refused" So what might be the problem? -- Posted via http://www.ruby-forum.com/.
Have you set the X-Forwarded-Proto request header? Here''s a snip from the apache config: # Set header to indentify https requests for Mongrel RequestHeader set X-Forwarded-Proto "https" -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20080314/d622b01c/attachment.html
I haven''t actually set up Apache. Is it possible to enable SSL with Mongrel by itself? -- Posted via http://www.ruby-forum.com/.
On Fri, Mar 14, 2008 at 10:12 AM, Dan Lamet <lists at ruby-forum.com> wrote:> I haven''t actually set up Apache. Is it possible to enable SSL with > Mongrel by itself?Nope. http://blog.innerewut.de/2006/06/21/mongrel-and-rails-behind-apache-2-2-and-ssl -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com