Req Accept SSL certs or option to skip them
#1
i am trying to play a stream but cant in kodi in other softwares like vlc theres no such a problem
Quote:#EXTINF:-1,Test 1
https://172.52.16.33/Fox/mpegts
#EXTINF:-1,Test 2
https://172.52.16.33/Fox/mpegts|auth=TLS...peer=false
#EXTINF:-1,Test 3
https://172.52.16.33/Fox/mpegts|!auth=TL...peer=false
 
----Test1
ERROR: CCurlFile::Exists - Failed: Peer certificate cannot be authenticated with given CA certificates(60) for https://172.52.16.33/Fox/mpegts
XFILE::CFileCache::Open - failed to open source <https://172.52.16.33/Fox/mpegts>
----Test2
ERROR: CCurlFile::Exists - Failed: SSL peer certificate or SSH remote key was not OK(51) for https://172.52.16.33/Fox/mpegts|auth=TLS...peer=false
XFILE::CFileCache::Open - failed to open source <https://172.52.16.33/Fox/mpegts|auth=TLS&verifypeer=false>
----Test3
DEBUG: CurlFile:arseAndCorrectUrl() adding custom header option 'auth: ***********'
DEBUG: CurlFile:arseAndCorrectUrl() adding custom header option 'verifypeer: ***********'
ERROR: CCurlFile::Exists - Failed: Peer certificate cannot be authenticated with given CA certificates(60) for https://172.52.16.33/Fox/mpegts|!auth=TL...peer=false
XFILE::CFileCache::Open - failed to open source <https://172.52.16.33/Fox/mpegts|!auth=TLS&!verifypeer=false>
Reply
Reply
#2
There's no option here (CURLOPT_SSL_VERIFYHOST, FALSE), something like "!verifyhost=false" it will be good for add it.
I think that is the problem who doesn't make me play stream
Reply
#3
Image
Reply

Logout Mark Read Team Forum Stats Members Help
Accept SSL certs or option to skip them0