hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

Upgrade dependencies to avoid Ubuntu SSLv3 being missing #41

Closed andrewgee closed 8 years ago

andrewgee commented 9 years ago

With the latest version of Ubuntu, sm crashes out with the error:

  File "/tmp/easy_install-A0ku50/requests-2.2.1/requests/packages/urllib3/contrib/pyopenssl.py", line 62, in <module>
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

Debian removed SSLv3 from OpenSSL due to a security flaw. The latest version of urllib3 checks to see if SSLv3 exists in OpenSSL before importing it.

SteveSmithTech commented 9 years ago

Thank you @andrewgee, @rpowis or I will review this soon

andrewgee commented 8 years ago

@agilestevesmith @rpowis Any update on this merge?