[Zope] File Uploads and SSL

Eric Walstad eric@walstads.net
Tue, 31 Jul 2001 16:09:50 -0700


Hi Phil,
I just (yesterday) set up such a beast using:
Apache 1.3.20
	httpd.conf -> ProxyPass & ProxyPassReverse only
OpenSSL 0.9.6a
mod_ssl 2.8.4-1.3.20
Zope 2.3.3
	VirtualHostMonster

The biggest file I've tried was ~1MB and the upload to the ZODB was
successful.  Eventually I'll be storing the files on the file system using
LocalFS, but I haven't made that change yet.

Hope that helps.

Eric.
> -----Original Message-----
> HI all,
>
> I'm having a very strange problem, and I hope at someone else has had this
> happen to them ;)
>
> When using SSL and Zope (versions ranging from 2.3.1 to 2.3.3), I have a
> form that allows upload of a document.  The problem is that files over
> 11-12k in size never finish.
>
> If I take SSL out of the equation then files of arbitrary size upload and
> finish with no problem.
>
> I've tried this with M2Crypto and Apache mod_ssl and both suffer from the
> same problem.
>
> I have no real idea what's going on here, anyone else have any ideas?
>
> tia
>
> Phil