This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nikratio
Recipients christian.heimes, nikratio
Date 2017-08-04.19:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501874201.48.0.0126792321555.issue31122@psf.upfronthosting.co.za>
In-reply-to
Content
With a particularly atrocious network connection, I often get the following exception:

  File "/usr/lib/python3/dist-packages/dugong/__init__.py", line 503, in connect
    self._sock = self.ssl_context.wrap_socket(self._sock, server_hostname=server_hostname)
  File "/usr/lib/python3.5/ssl.py", line 385, in wrap_socket
    _context=self)
  File "/usr/lib/python3.5/ssl.py", line 760, in __init__
    self.do_handshake()
  File "/usr/lib/python3.5/ssl.py", line 996, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/lib/python3.5/ssl.py", line 641, in do_handshake
    self._sslobj.do_handshake()
OSError: [Errno 0] Error

I don't think an error with errno == 0 should ever be raised by Python.
History
Date User Action Args
2017-08-04 19:16:41nikratiosetrecipients: + nikratio, christian.heimes
2017-08-04 19:16:41nikratiosetmessageid: <1501874201.48.0.0126792321555.issue31122@psf.upfronthosting.co.za>
2017-08-04 19:16:41nikratiolinkissue31122 messages
2017-08-04 19:16:41nikratiocreate