<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Am 18.05.2011 um 13:15 schrieb Sean Allen:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="gmail_quote">
<div><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">11) We currently require infrastructure support for https eg stunnel or reverse proxy through a webserver eg&nbsp;<a href="http://www.monkeysnatchbanana.com/posts/2010/06/23/reverse-proxying-to-seaside-with-nginx.html" target="_blank">http://www.monkeysnatchbanana.com/posts/2010/06/23/reverse-proxying-to-seaside-with-nginx.html</a></span></div>
</div></blockquote><div><br></div><div>actually that link is... <a href="http://www.monkeysnatchbanana.com/posts/2010/06/22/faking-a-https-client-for-glass.html">http://www.monkeysnatchbanana.com/posts/2010/06/22/faking-a-https-client-for-glass.html</a></div>
<div>just for posterity.</div><div><br></div></div>
</blockquote>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.&nbsp;</div><div>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 :)</div><br><div>Norbert</div><div><br></div><div>[1]&nbsp;<a href="http://nodejs.org/">http://nodejs.org/</a></div></body></html>