[Zope] ZServer & OpenSSL
Samir Mishra
SamirMishra@cbuae.gov.ae
Wed, 26 Feb 2003 13:54:21 +0400
I integrated ZServer & SSL and everything seems to be going OK except that
I'm getting a lot of the following errors (from DEBUG mode in console) -
2003-02-26T13:38:45 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3291 at
0x2d061bc channel#: 104 requests:> bad write retry
------
2003-02-26T13:38:48 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3292 at
0x2d15764 channel#: 105 requests:> bad write retry
------
2003-02-26T13:38:52 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3293 at
0x2da6c6c channel#: 106 requests:> bad write retry
------
2003-02-26T13:40:04 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3290 at
0x2d7ea9c channel#: 103 requests:> bad write retry
------
2003-02-26T13:40:12 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3294 at
0x2db445c channel#: 107 requests:> unexpected eof
------
2003-02-26T13:41:57 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3296 at
0x218fd24 channel#: 109 requests:> bad write retry
------
2003-02-26T13:42:02 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3295 at
0x2adb7bc channel#: 108 requests:> bad write retry
------
2003-02-26T13:42:07 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3299 at
0x2ca68d4 channel#: 112 requests:> bad write retry
------
2003-02-26T13:42:11 INFO(0) ZServer recv: closing channel
<ZServer.HTTPS_Server.zhttps_channel connected 131.70.10.82:3300 at
0x2b575fc channel#: 113 requests:> bad write retry
etc.
I'm getting a LOT of "unexpected eof" & "bad write retry" error messages.
The former is OK, the latter makes the client browser hang.
Anybody else experience this before? Any suggestions?
I'm running Zope on Win32/XP with OpenSSL.
Thanks.
Samir.