Don't use WEBrick in production. I repeat, don't use it in production.
In short: it's probably the worst performing webserver you'll ever find.
If you want to keep things simple I recommend using Thin (gem install
thin) which has support for SSL. SSL can be used by running the
following command:
$ thin start --ssl --ssl-key-file=PRIVATE_KEY \
--ssl-cert-file=CERTIFICATE --ssl-verify
Yorick
> --
> You received this message because you are subscribed to the Google
> Groups "Ramaze" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/ramaze/-/n0iKxkWkhpMJ.
> To post to this group, send email to ram...@googlegroups.com.
> To unsubscribe from this group, send email to
> ramaze+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/ramaze?hl=en.