Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Old Kaltura HTML5 Player V2.11 > PHP Warning: Invalid UTF-8 sequence in argument PHP

$
0
0

Hi Jess,

Thank you for your time and effort.
I can now load player but not in preview

Mixed Content: The page at ‘’ was loaded over HTTPS, but requested an insecure plugin data ‘’. This content should also be served over HTTPS.

We have Kaltura server taking to Proxy server on port 80 and Proxy server to public on port 443

apachectl -S
VirtualHost configuration:
wildcard NameVirtualHosts and default servers:
default:443 mydomain.ca (/etc/httpd/conf.d/ssl.conf:74)
*:80 mydomain.ca (/etc/httpd/conf.d/zzzkaltura.conf:1)
Syntax OK

proxy server

ServerName mydomain.ca

;# NameVirtualHost mydomain.ca:80

#This part is to lock down the apache server from a know vulnerability

<IfModule mod_rewrite.c>

TraceEnable off

RewriteEngine On

RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK)

RewriteRule .* - [F]

#redirect all port 80 traffic to 443

RewriteCond %{SERVER_PORT} !^443$

RewriteRule ^/?(.*) https://mydomain.ca/$1 [L,R]

</IfModule>

</VirtualHost>


Viewing all articles
Browse latest Browse all 7410

Trending Articles