Displaying 2 results from an estimated 2 matches for "howtoenablessl".
2007 Dec 06
0
Rails Newbie--where do I configure webrick to start using ssl certs/https?
...oR noob with
a server configuration question.
Because it has to be tied into a single sign on solution(that uses
secure cookies), an application that I''ve inherited absolutely
requires that all requests go over secure http.
I''ve seen this:
http://wiki.rubyonrails.org/rails/pages/HowToEnableSSL
and this:
http://www.networkworld.com/columnists/2007/090507-dr-internet.html
And they give me an idea of what I''ve got to do, but they don''t seem
to get me all the way there.
With regards to the HowTo on the RoR homepage, it just gives
development examples, using filters. With...
2008 Mar 14
3
SSL doesn''t activate in Mongrel
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/.