One of my users for VPN Mgr is seeing SSL certification errors when I try and download the files for the VPN from GitHub. Log is here 16:33:11.484 T:1962651648 NOTICE: special://profile/ is mapped to: special://ma - Pastebin.com and the interesting bit (to me at least) is:
QuoteDisplay More
16:33:22.122 T:1659892640 ERROR: ## LibreELEC Addon ## oe::load_url(updates.php?i=ff93f4d9d4155272d070a34c53a0c1b1&d=LibreELEC&pa=RPi2.arm&v=8.0.1&l=0
) ## ERROR: (URLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)'),))
16:33:22.124 T:1659892640 ERROR: Traceback (most recent call last):
File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-RPi2.arm-8.0.1/LibreELEC-settings-6336f1e/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 271, in load_url
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
File "/usr/lib/python2.7/urllib2.py", line 429, in open
File "/usr/lib/python2.7/urllib2.py", line 447, in _open
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)>
16:33:22.131 T:1659892640 ERROR: ## LibreELEC Addon ## system::check_updates_v2 ## ERROR: (TypeError('expected string or buffer',))
16:33:22.132 T:1659892640 ERROR: Traceback (most recent call last):
File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-RPi2.arm-8.0.1/LibreELEC-settings-6336f1e/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/system.py", line 768, in check_updates_v2
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
TypeError: expected string or buffer
I noticed he was seeing this outside of my add-on too with what looks to be an update check of some kind (see earlier in the log). He's saying he's using a vanilla LE8 build on an RPi 2 with PIA, which is EXACTLY my configuration, yet I see no SSL errors. Doesn't seem like a pervasive problem as I've only had it reported to me once.
Any clues on what could be causing this? I found this thread, but I'm clueless as to why someone with exactly the same setup as me is seeing this problem and I'm not
Kodi 17 Krypton - SSL issues
Any ideas?