Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99265 > unrolled thread

Let urllib3 use ssl3 instead of ssl2

Started byCecil Westerhof <Cecil@decebal.nl>
First post2015-11-23 12:16 +0100
Last post2015-11-23 12:16 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Let urllib3 use ssl3 instead of ssl2 Cecil Westerhof <Cecil@decebal.nl> - 2015-11-23 12:16 +0100

#99265 — Let urllib3 use ssl3 instead of ssl2

FromCecil Westerhof <Cecil@decebal.nl>
Date2015-11-23 12:16 +0100
SubjectLet urllib3 use ssl3 instead of ssl2
Message-ID<87y4dpq82m.fsf@Equus.decebal.nl>
For a program I need to import urllib3, but this gives:
    ImportError: /usr/lib64/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method

This probably has to do with that openSUSE removed ssl2 because it is
not secure. Is there a way to let urllib3 use ssl3 instead of ssl2?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web