Solved Can't update repos on latest nightly CCurlFile error
#1
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'
Reply
#2
Ah i think it's been fixed from this one https://github.com/xbmc/xbmc/pull/13792
Reply
#3
Ahh thanks, yeh this one caught me out as well!
Reply
#4
Fixed in the latest nightly
Reply
#5
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
Reply

Logout Mark Read Team Forum Stats Members Help
Can't update repos on latest nightly CCurlFile error0