SSL Error

Issue #90 invalid
Former user created an issue

Hi,

First, excellent idea. Congratulations! Unfortunately I can't get it running.

I'm getting SSL error with Sky provider. On-line watch work flawlessly.

#!

12:48:41 T:139647103530752   ERROR: [plugin.video.globo.com] [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Any idea?

Linux K46CB 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Comments (4)

  1. Lucas Andrade

    Please check you system date. This error is due to invalid certificate, so maybe the wrong date is causing the invalid status on check. Anyway, that's not an addon error.

  2. Former user Account Deleted

    Done already. I have checked this error over kodi forum and it states that if it was an general error, even youtube plg-in should not work, as it uses the SSL certificate as well. Do you use a Linux machine? I was considering a cross platform issue.

  3. Former user Account Deleted

    Upgrade the package fix the main problem:

    pip install requests[security]
    pip install pyopenssl ndg-httpsclient pyasn1
    

    But now I have a handshake error.

    16:56:56 T:139822853252864 WARNING: Previous line repeats 4 times. 16:56:56 T:139822853252864 ERROR: [plugin.video.globo.com] bad handshake: Error([('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')],) 16:56:56 T:139824824895424 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.globo.com/play/3236288] 16:56:56 T:139824281777920 NOTICE: Thread BackgroundLoader start, auto delete: false

    Any idea?

  4. Log in to comment