Tolriq / repository.yatse.kodi

Yatse repository for Kodi helper Add-ons.
https://yatse.tv/wiki/yatse-kodi-addon
50 stars 16 forks source link

Add setting to skip SSL verification on unresolved URLs #23

Closed bsdf closed 4 years ago

bsdf commented 4 years ago

I've encountered a number of SSL errors when trying to send various streams from Yatse so being able to bypass the verification would be useful

Tolriq commented 4 years ago

Is this option ignored on pre Kodi 18 or will it cause issues and should only be applied on Kodi 18+?

bsdf commented 4 years ago

tested against the Krypton branch and it just ignores the flag: 09:45:33.437 T:140208872538368 DEBUG: CurlFile::ParseAndCorrectUrl() ignoring header option 'verifypeer: false'

Tolriq commented 4 years ago

Thanks