Skip to content

Commit

Permalink
elimination of SSLv2; refs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
caronc committed Jul 24, 2016
1 parent f52b13c commit 48a19a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions newsreap/lib/SocketBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@

# The following are not 100% secure but are sometimes
# the only option
(ssl.PROTOCOL_SSLv2, u'SSL v2.0'),
(ssl.PROTOCOL_SSLv23, u'SSL v2.0/3.0'),
)

Expand All @@ -63,7 +62,6 @@

# The following are not 100% secure but are sometimes
# the only option
(ssl.PROTOCOL_SSLv2, u'SSL v2.0'),
(ssl.PROTOCOL_SSLv23, u'SSL v2.0/3.0'),
)

Expand Down

0 comments on commit 48a19a3

Please sign in to comment.