SSL shutdown problems

6 views
Skip to first unread message

Jeff Fisher

unread,
Sep 29, 2011, 2:29:30 PM9/29/11
to Python FTP server library - Discussion group
Hey,

I'm experiencing a lot of issues with this happening:

Traceback (most recent call last):
File "/opt/python2.7/lib/python2.7/asyncore.py", line 79, in read
obj.handle_read_event()
File "./lib/pyftpdlib/contrib/handlers.py", line 129, in
handle_read_event
super(SSLConnection, self).handle_read_event()
File "/opt/python2.7/lib/python2.7/asyncore.py", line 438, in
handle_read_event
self.handle_read()
File "/opt/python2.7/lib/python2.7/asynchat.py", line 110, in handle_read
data = self.recv (self.ac_in_buffer_size)
File "./lib/pyftpdlib/contrib/handlers.py", line 169, in recv
self.handle_close()
File "./lib/pyftpdlib/ftpserver.py", line 2114, in handle_close
self.close()
File "./lib/pyftpdlib/contrib/handlers.py", line 210, in close
self._do_ssl_shutdown()
File "./lib/pyftpdlib/contrib/handlers.py", line 197, in _do_ssl_shutdown
done = self.socket.shutdown()

Has anyone else experienced this issue?

Thanks,
Jeff

Giampaolo Rodolà

unread,
Sep 29, 2011, 2:33:01 PM9/29/11
to pyft...@googlegroups.com
2011/9/29 Jeff Fisher <gu...@techmonkeys.org>

--
You received this message because you are subscribed to the "Python FTP server library" project group:
http://code.google.com/p/pyftpdlib/
To post to this group, send email to pyft...@googlegroups.com
To unsubscribe from this group, send email to pyftpdlib-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyftpdlib


This might be:
...which is currently fixed in the trunk.
Please, try to use the latest SVN revision and let me know what happens.

G.

Jeff Fisher

unread,
Sep 29, 2011, 2:57:40 PM9/29/11
to pyft...@googlegroups.com
> This might be:
> http://code.google.com/p/pyftpdlib/issues/detail?id=171
> ...which is currently fixed in the trunk.
> Please, try to use the latest SVN revision and let me know what happens.

Wow -- I am really sorry for missing that seeing as I put the original
ticket in :)

I just put this code live and I'll report in a few days if I see an
improvement.

Thanks,
Jeff

Reply all
Reply to author
Forward
0 new messages