Am 18.05.2011 um 13:15 schrieb Sean Allen:
Just for the record. I used stunnel for a short while. But then the need for the use of client certificates arose (I'm implementing an apple push notification server). A very easy way to add SSL handling is to write a little server in node.js [1]. It supports SSL and client certificates out of the box. It could act as an intelligent proxy for SSL handling. If the use cases are known I could even provide a small node proxy.
It is written in javascript and might be interesting for some to learn javascript on the server side. Node.js btw. is a cool server to know :)