docker-library / pypy

Docker Official Image packaging for pypy
http://pypy.org/
MIT License
69 stars 46 forks source link

Fix for `python-pip-requests-ssl` #2

Closed yosifkit closed 8 years ago

yosifkit commented 9 years ago

It does pass, but we should fix the InsecurePlatformWarning.

testing pypy:2-2.5.1-slim
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'python-hy' [3/6]...passed
    'python-pip-requests-ssl' [4/6].../usr/local/site-packages/requests/packages/urllib3/util/ssl_.py:79: 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
/usr/local/site-packages/requests/packages/urllib3/util/ssl_.py:79: 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
passed
console
yosifkit commented 8 years ago

Seems to be fine now.