Scott Crunkleton created LIBCLOUD-803:
-----------------------------------------
Summary: Bad SSL socket exception handling
Key: LIBCLOUD-803
URL: https://issues.apache.org/jira/browse/LIBCLOUD-803
Project: Libcloud
Issue Type: Bug
Reporter: Scott Crunkleton
See https://github.com/apache/libcloud/blob/trunk/libcloud/httplib_ssl.py#L307.
The method get_socket_error_exception can return None. Raising None results in
a TypeError:
TypeError: exceptions must be old-style classes or derived from BaseException,
not NoneType
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)