urllib2 - SSLv3 error
#1
I'm facing this error when trying to capture the source code of a website through Kodi:

Code:
[Errno 1] _ssl.c:507: error:14077410:SSL routines: SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

How to fix this in kodi 16.1
Reply
#2
v17 only
Reply
#3
it is also theoratically possible to wrap ssl with pyasn1 using cryptography module. i have also an old version of cryptography compiled and pyasn1+idna packed for several platforms on my github for kodi, wrapping is also done already in requests, it is a hacky solution, but if you are nuts enough to deal all jabber jabber comes with cross compiling take a look at below discussion (slighty in another context).

https://forum.kodi.tv/showthread.php?tid...module.abi

Another useful link about wrapping
https://stackoverflow.com/questions/1857...4#18579484
(Cryptography is required by pyopenssl)
Reply

Logout Mark Read Team Forum Stats Members Help
urllib2 - SSLv3 error0