Kodi Community Forum
Solved Can't update repos on latest nightly CCurlFile error - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Solved Can't update repos on latest nightly CCurlFile error (/showthread.php?tid=331124)



Can't update repos on latest nightly CCurlFile error - komplex - 2018-04-20

I think it's related to this PR https://github.com/xbmc/xbmc/pull/13647

Code:
11:50:11.639 T:8528   ERROR: CCurlFile::FillBuffer - Failed: Peer certificate cannot be authenticated with given CA certificates(60)
11:50:11.639 T:8528   ERROR: CCurlFile::Open failed with code 0 for https://raw.githubusercontent.com/croneter/binary_repo/master/beta/addons.xml.md5
11:50:11.639 T:8528   ERROR: XFILE::CFileCache::Open - failed to open source <https://raw.githubusercontent.com/croneter/binary_repo/master/beta/addons.xml.md5>
11:50:11.639 T:8528   ERROR: CRepository: failed read 'https://raw.githubusercontent.com/croneter/binary_repo/master/beta/addons.xml.md5'
11:52:13.033 T:8736  NOTICE: script.tv.show.next.aired: ### starting data update
11:52:37.278 T:12180   ERROR: CCurlFile::FillBuffer - Failed: Peer certificate cannot be authenticated with given CA certificates(60)
11:52:37.278 T:12180   ERROR: CCurlFile::Open failed with code 0 for https://raw.githubusercontent.com/marcelveldt/repository.marcelveldt/master/addons.xml.md5
11:52:37.278 T:12180   ERROR: XFILE::CFileCache::Open - failed to open source <https://raw.githubusercontent.com/marcelveldt/repository.marcelveldt/master/addons.xml.md5>
11:52:37.278 T:12180   ERROR: CRepository: failed read 'https://raw.githubusercontent.com/marcelveldt/repository.marcelveldt/master/addons.xml.md5'
11:52:46.268 T:6160   ERROR: CCurlFile::FillBuffer - Failed: Peer certificate cannot be authenticated with given CA certificates(60)
11:52:46.268 T:6160   ERROR: CCurlFile::Open failed with code 0 for https://johtru.com/repo/repo.php?md5=true
11:52:46.268 T:6160   ERROR: XFILE::CFileCache::Open - failed to open source <https://johtru.com/repo/repo.php?md5=true>
11:52:46.268 T:6160   ERROR: CRepository: failed read 'https://johtru.com/repo/repo.php?md5=true'
11:54:10.545 T:15676 WARNING: Trying to add unsupported control type 1
11:54:39.002 T:15912 WARNING: Previous line repeats 3 times.
11:54:39.002 T:15912   ERROR: CCurlFile::FillBuffer - Failed: Peer certificate cannot be authenticated with given CA certificates(60)
11:54:39.002 T:15912   ERROR: CCurlFile::Open failed with code 0 for https://raw.githubusercontent.com/sualfred/sualfreds-repo/master/addons.xml.md5
11:54:39.002 T:15912   ERROR: XFILE::CFileCache::Open - failed to open source <https://raw.githubusercontent.com/sualfred/sualfreds-repo/master/addons.xml.md5>
11:54:39.002 T:15912   ERROR: CRepository: failed read 'https://raw.githubusercontent.com/sualfred/sualfreds-repo/master/addons.xml.md5'
11:54:50.236 T:15912   ERROR: CCurlFile::FillBuffer - Failed: Peer certificate cannot be authenticated with given CA certificates(60)
11:54:50.236 T:15912   ERROR: CCurlFile::Open failed with code 0 for https://raw.githubusercontent.com/sualfred/sualfreds-repo/master/addons.xml.md5
11:54:50.236 T:15912   ERROR: XFILE::CFileCache::Open - failed to open source <https://raw.githubusercontent.com/sualfred/sualfreds-repo/master/addons.xml.md5>
11:54:50.236 T:15912   ERROR: CRepository: failed read 'https://raw.githubusercontent.com/sualfred/sualfreds-repo/master/addons.xml.md5'



RE: Can't update repos on latest nightly CCurlFile error - komplex - 2018-04-20

Ah i think it's been fixed from this one https://github.com/xbmc/xbmc/pull/13792


RE: Can't update repos on latest nightly CCurlFile error - docwra - 2018-04-20

Ahh thanks, yeh this one caught me out as well!


RE: Can't update repos on latest nightly CCurlFile error - komplex - 2018-04-22

Fixed in the latest nightly


RE: Can't update repos on latest nightly CCurlFile error - opscc - 2018-05-11

It would be very nice if the    [curl] Enable SSL certificate validation   can be _disabled_ via a configuration fileDuring development, I use "Telerik Fiddler" in order to inspect my outgoing HTTPS packets . This change removes this ability