pombreda / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
0 stars 0 forks source link

Windows / FTPS: unhandled SSL3_WRITE_PENDING error on shutdown() #286

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
test_restore_on_retr (__main__.TestFtpRetrieveDataTLSMixin) ... unhandled 
exception in instance <pyftpdlib.handlers.TLS_DTPHandler obj
ect at 0x03FB5150>
Traceback (most recent call last):
  File "C:\Python27\lib\asyncore.py", line 91, in write
    obj.handle_write_event()
  File "C:\Python27\lib\site-packages\pyftpdlib\handlers.py", line 3060, in handle_write_event
    self._do_ssl_shutdown()
  File "C:\Python27\lib\site-packages\pyftpdlib\handlers.py", line 3157, in _do_ssl_shutdown
    done = self.socket.shutdown()
Error: [('SSL routines', 'SSL3_WRITE_PENDING', 'bad write retry')]
ERROR:pyftpdlib:unhandled exception in instance 
<pyftpdlib.handlers.TLS_DTPHandler object at 0x03FB5150>
Traceback (most recent call last):
  File "C:\Python27\lib\asyncore.py", line 91, in write
    obj.handle_write_event()
  File "C:\Python27\lib\site-packages\pyftpdlib\handlers.py", line 3060, in handle_write_event
    self._do_ssl_shutdown()
  File "C:\Python27\lib\site-packages\pyftpdlib\handlers.py", line 3157, in _do_ssl_shutdown
    done = self.socket.shutdown()
Error: [('SSL routines', 'SSL3_WRITE_PENDING', 'bad write retry')]

Original issue reported on code.google.com by g.rodola on 11 Apr 2014 at 9:54

GoogleCodeExporter commented 9 years ago
Add me

Original comment by juwelde...@gmail.com on 6 Feb 2015 at 12:39