Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a944028 commit 18d9e1dCopy full SHA for 18d9e1d
1 file changed
lib/request/httpshandler.py
@@ -19,7 +19,7 @@
19
except ImportError:
20
pass
21
22
-_protocols = [ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_TLSv1]
+_protocols = [ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_SSLv23]
23
24
class HTTPSConnection(httplib.HTTPSConnection):
25
"""
0 commit comments