Any idea why channel logos are not showing on MAG screen? It just shows broken picture logo?
UPDATE:
Found a bug. Logos and Icons Downloaded to MAIN server are loaded with http port in movies.php and movie_info.php
This casues SSL error as most of us are using SSL on MAIN panel.
Due to recent Chrome & Most other browser's security update policy, which redirects all http:// resources loaded on a page with SSL to https:// but uses same port as http port e.g: 80
So
http://URL:80/image.png is redirected by browsers to
https://URL:80/image.png
As 80 is NON-SSL port it doesnt load the images in the panel with error in browser.
Correct URL should be
https://URL:443/image.png (If 443 is SSL port & 80 is NON-SSL node set in the panel)
Please update all panel images and logos downloaded to the server to be displayed with https with https port selected in the panel
Reference:
https://blog.chromium.org/2019/10/no-more-mixed-messages-about-https.html
Not sure if Channel Logos in MAG/STB are also dependent on this as they are not displaying on MAG Devices