Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib throwing a InsecurePlatformWarning #24

Open
kirtangajjar opened this issue Feb 20, 2016 · 2 comments
Open

urllib throwing a InsecurePlatformWarning #24

kirtangajjar opened this issue Feb 20, 2016 · 2 comments

Comments

@kirtangajjar
Copy link

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
Copy link

Hello,

try
pip install requests[security]

@0xB455
Copy link

0xB455 commented Feb 21, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants