Scott Crunkleton created LIBCLOUD-804: -----------------------------------------
Summary: Flaky SSL issues: _ssl.c:515 EOF occurred in violation of protocol. Key: LIBCLOUD-804 URL: https://issues.apache.org/jira/browse/LIBCLOUD-804 Project: Libcloud Issue Type: Bug Reporter: Scott Crunkleton I've been seeing some SSL flakes: "_ssl.c:515 EOF occurred in violation of protocol". On searching, I see others have had the same issue (e.g. https://github.com/segmentio/analytics-python/issues/23 and http://stackoverflow.com/questions/14102416/python-requests-requests-exceptions-sslerror-errno-8-ssl-c504-eof-occurred). A proposed solution is to monkey patch ssl sockets to use TLSv1 (https://docs.python.org/2.7/library/ssl.html#ssl.PROTOCOL_TLSv1). I haven't tried this yet. -- This message was sent by Atlassian JIRA (v6.3.4#6332)