I have an application written in Rails that must be ran behind a IIS server due to restrictions by the client, the government. We have to have SSL authentication. So what I can’t figure out in my hours of searching Google is how to get IIS to pass the client certificate to the rails server (thin).
I’ve seen tutorials on Apache that use:
SSLOptions +ExportCertData
Which then make it available to the request object. Any ideas on how to configure IIS to do the same?
After being told this may be impossible. I’ve finally figured it out! Here are the steps that I took.
Variables for the hash include:
If you cannot find something you may have to install a module (for like authentication). I don’t remember which ones I installed.