I've found this question, which doesn't really solve my problem but at least maybe lets me phrase my question the right way.
I have a simple Camping app that I launch via rackup
. I'd like to be able to test the app over a secure connection (self-signed server cert would be fine) but since I don't have root on my development box it'd be better if I could secure the default server for rackup (Mongrel, maybe? WEBrick? not sure how to check) since that's lightweight and works more or less out of the box.
Again, I a) don't have root, b) haven't configured an Apache server before, and c) don't particularly want to learn if I can help it. If there's no simple way to do this, I guess that's life, but if I could just pass an option or two to rackup, or update my config.ru, to provide HTTPS support, that'd be ideal.