On Fri, Feb 01, 2002 at 08:59:55AM -0500, Jeff Johnson wrote: > I saw something like "it's probably just IIS" in the bug notes on SF but it > turns out that was just a unbiased guess from the pythoneers :)
The URL in said bug note _is_ an IIS server. (See my earlier posting.) > it was Apache with Stronghold that Python 2.2 can't communicate with. There > are probably other implementations that it won't work with either. Python > expects a proper shutdown now instead of just closing the connection which > is what Stronghold does. Stronghold does send a content-length header but > Python doesn't read it. Is Stronghold very different from mod_ssl or ApacheSSL? Stronghold is also OpenSSL-based, I think, and so are Python's built-in SSL and M2Crypto's. Should interoperate. (Python's built-in SSL isn't so hot, though. ;-) -- Ng Pheng Siong <[EMAIL PROTECTED]> * http://www.netmemetic.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
