need help addon SSL error
#1
I've been search for a solution but couldn't find anything that works so hopefully someone can help me. I'm getting the error below trying to connect to an https site using urllib2. I'm thinking it might have something to do with not being able to use TLS1.2. Anyone got any ideas?


Code:
File "F:\Kodi15\system\python\Lib\urllib2.py", line 404, in open
                                                response = self._open(req, data)
                                              File "F:\Kodi15\system\python\Lib\urllib2.py", line 422, in _open
                                                '_open', req)
                                              File "F:\Kodi15\system\python\Lib\urllib2.py", line 382, in _call_chain
                                                result = func(*args)
                                              File "F:\Kodi15\system\python\Lib\urllib2.py", line 1222, in https_open
                                                return self.do_open(httplib.HTTPSConnection, req)
                                              File "F:\Kodi15\system\python\Lib\urllib2.py", line 1184, in do_open
                                                raise URLError(err)
                                            URLError: <urlopen error [Errno 1] _ssl.c:510: error:14094438:SSL routines:SSL3_READ_BYTES:tlsv1 alert internal error>
though donation is not necessary but just in case you want to: Donate Here
Reply
#2
on android you need to upgrade to kodi 17 for python 2.7.12, on windows it should work with kodi 16.1 (python 2.7.9) if it doesn't try kodi 17.

(or compile pyopenssl for python-requests, but i dont expect anyone to actually bother with that https://github.com/kennethreitz/requests/issues/749 )
Reply

Logout Mark Read Team Forum Stats Members Help
need help addon SSL error0