Hi,
I'm using CherryPy 3.0.1 to create a service where i can
send and
receive large files in chunks. When i'm using SSL
connection, at first
i had to get rid of digest authentication because when i
started
uploading chunks locally from three different clients,
CherryPy
started having exceptions (i don't have the dumps now, but
will
provide if needed), the exception happened in
ssl_method_wrapper and
was a socket exception, if i remember correctly it was
Broken Pipe.
When a couple of these exceptions happens, the whole
CherryPy server
will get stuck and won't accept any connections until i
restart it.
So i switched from digest to basic authentication and
everything
seemed to work fine. Until i tested remotely. When i send
files
remotely, from a slow connection, the files (FieldStorages)
will have
incorrect sizes. The size of the attached files seems quite
random, in
between about 2-20k, and always under the size sent.
I have tested this system on OS X and Windows XP. Both has
the same
behaviour. I will try updating to the newest OpenSSL
(currently
0.9.8e).
Is it a known problem that the SSL support seems to be
broken, or is
it just happening to me?
Regards,
Kaali
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|