Browse Source
This fixes an issue in the urllib3/PyOpenSSL contrib in requests lib that assumes ssl.protocol_sslv3 is always defined. Many systems have disabled this protocol in light of recent security issues.pull/36/head
committed by
JackDandy
3 changed files with 14 additions and 5 deletions
@ -1,3 +1,4 @@ |
|||
Libs with customisations... |
|||
|
|||
/tornado |
|||
/lib/requests/packages/urllib3/contrib/pyopenssl.py |
|||
|
Loading…
Reference in new issue