Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27cd9e7

Browse files
committed
Merge pull request #952 from Rexikon/patch-1
Update httpshandler.py, AttributeError PROTOCOL_SSLv3
2 parents 816348f + 4da2067 commit 27cd9e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/httpshandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except ImportError:
2020
pass
2121

22-
_protocols = [ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_SSLv23]
22+
_protocols = [ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_SSLv23]
2323

2424
class HTTPSConnection(httplib.HTTPSConnection):
2525
"""

0 commit comments

Comments
 (0)