signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
683 stars 83 forks source link

get InsecurePlatformWarning from urllib3 when pulling image #126

Closed iangkent closed 9 years ago

iangkent commented 9 years ago

I am running latest maestro-ng (git+git://github.com/signalfuse/maestro-ng) using python 2.7.5.

When run maestro pull command I get the following error:

/usr/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. InsecurePlatformWarning

mpetazzoni commented 9 years ago

This is a known issue and it takes root in a bug in Python versions prior to 2.7.9. If you upgrade to 2.7.9, the message will go away.