Kodi Community Forum
Req Accept SSL certs or option to skip them - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: Req Accept SSL certs or option to skip them (/showthread.php?tid=349803)



Accept SSL certs or option to skip them - fihc - 2019-12-05

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



RE: Accept SSL certs or option to skip them - fihc - 2019-12-06

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


RE: Accept SSL certs or option to skip them - fihc - 2019-12-06

Image