[docs] [issue23679] SSL Ciphers RC4
mogli
report at bugs.python.org
Tue Mar 17 10:37:14 CET 2015
mogli added the comment:
That was fast, great job!
For the record: The SSLv3 issue I also wrote about was a false positive because the test only works with Javascript. Python 2.7.9 has SSLv3 disabled by default as it should.
urllib2.urlopen("https://sslv3.dshield.org") # fails as it should
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23679>
_______________________________________
More information about the docs
mailing list