Application Programming With Ruby-Rails 3.x – SSL Securing WEBrick

I know I normally talk about my writing, or even my personal philosophy, on this site, but I do have a life as the owner of an IT consulting company.  Part that involves doing custom application programming for our clients.

I’m currently working on a call center applet for a customer.  Because of the nature of the work, I opted to ensure that the connection was SSL secured from WEBrick out, avoiding possible issues with connection security before the proxy.

I found an excellent blog post on the task that reduced it to a cut-and-paste solution.  I figured I’d share the link for anyone else that might need the information in the future:

Chris Rohr: Configuring Webrick To Use SSL

Thanks, Chris!