RE: [Zope] FW: Problem downloading large files

2005-08-01 Thread Laurikainen, Tuukka
Solved the problem by using Squid as a reverse https Proxy and VHM on
Zope.
So ZServerSSL is not used anymore.

Regards,

tuukka

 -Original Message-
 From: Chris Withers [mailto:[EMAIL PROTECTED]
 Sent: Friday, July 22, 2005 7:03 PM
 To: Laurikainen, Tuukka
 Cc: zope@zope.org; Anton Saenz, Unai
 Subject: Re: [Zope] FW: Problem downloading large files
 
 Laurikainen, Tuukka wrote:
  We're having some problems downloading large files from Zope/Plone
  running
  on win32, through an SSL connection. Uploads seem work ok.
 
 Then stop being dense and just use Apache as an https proxy. Works a
 treat, unlike ZServerSSL, which feels like a horrible hack to me...
 
 Chris
 
 --
 Simplistix - Content Management, Zope  Python Consulting
 - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] FW: Problem downloading large files

2005-07-22 Thread Laurikainen, Tuukka
Hello all,

I apologize if this is a wrong list for the question, but the
python-crypto list doesn't seem to be working (at least I haven't
received anything from there, not even the mails I've sent). Anyway I
suppose there are people here who run the ZServerSSL with Zope.

We're having some problems downloading large files from Zope/Plone
running
on win32, through an SSL connection. Uploads seem work ok.

There's been some discussion about similar issues, but with uploads
(http://www.zope.org/Wikis/DevSite/Proposals/ZServerSSLIntegration).
The variable ac_out_buffer_size in https_server.py mentioned in that
post
is not present in the current version (or at least I haven't found it).
The ac_in_buffer_size is assigned a value of 32k (1  16 bit shift
operation). We've tried to change this value but with no success.

This seems to be a problem only with SSL connections. If we download the
same file (say, for example of 200MB) through HTTP connection the file
transfers correctly. The same transfer through an SSL connection
produces
a corrupted file.

M2Crypto 0.13 (suppose, The ZServerSSL has been installed with the
Windows
installer), Plone 2.0.3, Zope 2.7.0, Python 2.3.3 on win32.

Kind regards,

Tuukka
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )