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.
2 parents 816348f + 4da2067 commit 27cd9e7Copy full SHA for 27cd9e7
1 file changed
lib/request/httpshandler.py
@@ -19,7 +19,7 @@
19
except ImportError:
20
pass
21
22
-_protocols = [ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_SSLv23]
+_protocols = [ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_SSLv23]
23
24
class HTTPSConnection(httplib.HTTPSConnection):
25
"""
0 commit comments