
  3 Feb 2000
-------------

M2Crypto 0.03 HTTPS Server 

All the files in this directory are from a 1999 release of Medusa, except 
for the following:
- 00_README (this file)
- server.pem, the server's certificate
- ca.pem, my CA certificate
- https_server.py
- START.py
- START_xmlrpc.py, which starts an additional demo xmlrpc server
- index.html, a sample HTML file
- poison_handler.py, a webpoison clone

By default, http_server listens on port 9080, and https_server port 9443.
Document root is current directory, and serves up index.html. 

The xmlrpc server, if running, is accessible below '/RPC2'. It requires /F's 
xmlrpc_handler on PYTHONPATH.

All files from Medusa are copyright Sam Rushing, and are subject to 
Medusa's licensing terms.

I assert copyright on my files, and acknowledge Sam's copyright on 
portions of them. You can use https_server.py on the same terms as the rest
of M2Crypto. However, since https_server.py does its stuff using Medusa,
you'll have to ask Sam for permission to use in a commercial setting.

(I've started playing with Zope 2. Seems like the Medusa files here are
also bundled with Zope, under the ZPL. Hmmm. Perhaps we can pretend these
files come from Zope. ;-)

2000-02-03: Yeah, let's pretend. ;-)

