For Thin, you can transfer your SSL information using the following parameters:
$ thin --help SSL options: --ssl Enables SSL --ssl-key-file PATH Path to private key --ssl-cert-file PATH Path to certificate --ssl-verify Enables SSL certificate verification
If you want to configure Webrick to use SSL, this article from this Question works.
source share