Hello
we received following message:
stream.html:1 Mixed Content: The page at 'https://rtvorbis.mk/stream.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://vjs.zencdn.net/5.9.2/video-js.css'. This request has been blocked; the content must be served over HTTPS.
how to resolve please.
Thanks
Hello,
Your page loads three resources over http, instead of https:
1) http://vjs.zencdn.net/5.9.2/video-js.css
2) http://vjs.zencdn.net/5.9.2/video.js
3) http://94.156.174.63:1935/live/orbistv/srream.m3u8
The first two resources are easy to fix - just remove the protocol from the url or change it to https.
The third resource, i.e. the stream url, is not so easy to serve via https, as it is accessed via IP instead of a valid domain name.
You can check, for example, here for more information.
Hi,
Yes, the player can be served via HTTPS.
Can you check that your stream is loaded via HTTPS, too?
You can also take a look at the forum for the similar questions - for example here.
Best regards,
Blagojco
Is the player is working when will be hosted on HTTPS site? We are getting this error: viblast.js:90 Mixed Content: The page at 'https://XXX.com' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://XXXX'. This request has been blocked; the content must be served over HTTPS.