defaultnamehere / zzzzz

Roleplay as the NSA by making creepy graphs of your friends
MIT License
1.3k stars 131 forks source link

urllib throwing a InsecurePlatformWarning #24

Open kirtangajjar opened 8 years ago

kirtangajjar commented 8 years ago

Here is the full error:

/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:120: 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

Is it just me or everyone is having this?

TheHades commented 8 years ago

Hello,

try pip install requests[security]

0xB455 commented 8 years ago

make sure to install install python-dev libssl-dev upfront