Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Samsung TV Tizen resources not loading over HTTPS

I've been building a Samsung TV app that plays several YouTube video's through the VideoJS player. Note: The app is only tested in an emulator and not on a Samsung Tizen TV. Whenever a resource is loaded over HTTPS, I get the following console message:

Failed to load resource: Loading page cancelled because of untrusted connection. https://i.ytimg.com/vi/9fFv244_X88/hqdefault.jpg

Or as the image shows here:

Tizen Console log

As it seems, resources loaded over HTTPS get marked untrusted. I have a valid security profile, both the Author Certificate and the Distributor Certificate. When manually changing the image urls to http only, it does work. But the video is not loaded, since YouTube automatically redirects it to the HTTPS envi, hence the issue remains.

On a sidenote, I've given access to any external source by using a wildcard in the access policy: <access origin="*" subdomains="true"></access>

When catching up with the VideoJS error log, it says the video is encrypted but no keys are present to decrypt. Pretty sure this is an SSL issue.

Limited, free beer provided to my savior.

like image 408
Matthias Van Parijs Avatar asked Apr 26 '26 01:04

Matthias Van Parijs


1 Answers

Is the certificate IP bound or is it a TLS Certificate with SNI extension? I am not sure if Tizen supports SNI TLS extension.

like image 85
ovanes Avatar answered Apr 30 '26 08:04

ovanes



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!