Hello folks, Correct me if I'm wrong, but ZopeHTTPServer is Medusa, correct? Does Medusa/ZopeHTTPServer support SSL? Thanks! -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Tom Jenkins DevIS (http://www.devis.com) I suggested holding a "Python Object Oriented Programming Seminar", but the acronym was unpopular. Joseph Strout, 28 Feb 1997
On Tue, Mar 09, 1999 at 08:17:48PM -0500, Tom Jenkins wrote:
Hello folks, Correct me if I'm wrong, but ZopeHTTPServer is Medusa, correct? Does Medusa/ZopeHTTPServer support SSL?
Nope, ZHS (for short) is derived from the example CGIHTTPServer.py that ships with Python---it's heavily modified though. ZServer is what is derived from Medusa and is currently in alpha (though pretty stable for me). As for SSL, not currently, and I'm not sure what's going to happen with this. You can use Apache+SSL right now for this. I've had some thoughts about it, but I'm not sure how SSL will impact an async-socket based system... the setup of new SSL connections is kind of heavy. Chris -- | Christopher Petrilli ``Television is bubble-gum for | petrilli@amber.org the mind.''-Frank Lloyd Wright
participants (2)
-
Christopher Petrilli -
Tom Jenkins