Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99265
| From | Cecil Westerhof <Cecil@decebal.nl> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Let urllib3 use ssl3 instead of ssl2 |
| Date | 2015-11-23 12:16 +0100 |
| Organization | Decebal Computing |
| Message-ID | <87y4dpq82m.fsf@Equus.decebal.nl> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Let urllib3 use ssl3 instead of ssl2 Cecil Westerhof <Cecil@decebal.nl> - 2015-11-23 12:16 +0100
csiph-web