Popular recipes by Rob Riggs http://code.activestate.com/recipes/users/217820/2002-02-28T13:43:27-08:00ActiveState Code RecipesSSL Client Authentication over HTTPS (Python)
2002-02-28T13:43:27-08:00Rob Riggshttp://code.activestate.com/recipes/users/217820/http://code.activestate.com/recipes/117004-ssl-client-authentication-over-https/
<p style="color: grey">
Python
recipe 117004
by <a href="/recipes/users/217820/">Rob Riggs</a>
(<a href="/recipes/tags/web/">web</a>).
</p>
<p>A 16-line python application that demonstrates SSL client authentication over HTTPS. We also explain the basics of how to set up Apache to require SSL client authentication. This assumes at least Python-2.2 compiled with SSL support, and Apache with mod_ssl.</p>