StratusLab / client

Command Line Interface (CLI) for StratusLab cloud services
Apache License 2.0
2 stars 1 forks source link

Fixed SSL EOF errors by forcing use of SSLv3 in httplib2 #116

Closed zyegfryed closed 10 years ago

loomis commented 10 years ago

The httplib2 library is only distributed with the RPM versions of the client. The pypi versions pull in these dependencies automatically from the pypi repository, so this patch won't be effective in this case.

loomis commented 10 years ago

This has been fixed by putting all services behind an nginx proxy.