Hello,
I’ve followed the tutorial @
http://weeatbricks.com/2007/10/31/how-to-use-a-rails-app-with-https/ to
setup SSL on localhost, wanting to use https for logging in and such.
Using the method described above I get sensibly higher load times and of
course very very frequent and random segfaults (be it ActiveRecord,
Mongrel or any other .rb causing it) !!
Platform is…well Win32. I’ve tried the method with Ruby 1.8.6 latest,
1.8.7 latest (today), 1.9.1 latest (today) and Ruby on Rails 2.2.2,
2.3.2 . I might add that 1.9.1 latest doesn’t even start the server,
sheesh !
I’m quite baffled, I’ve developed before with 1.8.6, 2.2.2 and no SSL
thoughts, it went splending. Having to went the extra 1-2 minutes to
restart the server every time a segfault occurs is really dampening my
dev time
On secound thought, is there another way of enabling SSL, other than
that from the abovementioned tutorial for Win32 ? There are a lot for
the UNIX world yet for the less inclined in the field only this one.
Any help (Apache config, Mongrel config, other tutorial, anything
whatsoever ) is greatly appreciated !
Thank you in advance !