0

I've been looking for tutorials how to start SSL on my localhost. But ones that I found was related to using nginx or apache. I'm wondering is it possible to use HTTPS(SSL) on localhost using usual ruby server (like webrick, thin, unicorn)?

evfwcqcg
  • 15,755
  • 15
  • 55
  • 72
  • 1
    have you seen this railscast: http://railscasts.com/episodes/270-authentication-in-rails-3-1?view=asciicast? It might help you... – gabrielhilal Jul 11 '12 at 13:24

1 Answers1

0

Have you checked Thin with SSL support and ruby-debug

Additionally you will need your own certificate try this page http://hints.macworld.com/article.php?story=20041129143420344 for a step-by-step tutorial for osX

Community
  • 1
  • 1
rider_on_rails
  • 1,987
  • 1
  • 13
  • 9