mloesch / sickle

Sickle: OAI-PMH for Humans
Other
106 stars 42 forks source link

InsecurePlatformWarning for SSL connections #6

Closed avorio closed 9 years ago

avorio commented 9 years ago

When using Sickle with a https:// (SSL) URL I get the following error message:

[...]/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

Any thoughts on how to fix this in Sickle?