On Fri, Dec 11, 1998 at 05:21:17PM -0500, Andy Dustman wrote:
On Fri, 11 Dec 1998, Ronald Offerman wrote:
I can run a secure Zope using pcgi and Apache-SSL. Anyone know of a way how to have ZopeHTTPServer do SSL?
Andrew Kuchling has an old interface to SSLeay 0.6.x at:
http://starship.skyport.net/crew/amk/python/crypto.html
The SSLeay API has changed, though, on it's way to 0.9.x. There is also a reference to another project in progress, but I think last I checked, it didn't seem to be actively worked on. Basically, Andrew's SSLeay module would make a wrapper object around a socket object, so it was pretty easy to adapt existing apps to use SSL. I, for one, would like a working SSL interface again...
Check out mxCrypto, which is nothign but wrapped SSLeay... I don't have the URL handy. Chris -- | Christopher Petrilli | petrilli@amber.org