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

Kaltura 12.8.0-2 http and https

$
0
0

I have a kaltura 12.8.0-2 set up on Debian. It's setup to use http (port 80) and works fine.

In front of this server I have another one using ngingx as an SSL-endpoint using LetsEncrypt certs.

Clients connect to the ssl-endpoint wich proxies data to the back-side non ssl Kaltura server.
I've updated the delivery profiles accordingly and tls, dash etc. can get delivered as expected.

There is however a problem with mixed content that the browser block. Having a look at the embed code I notice that the kEmbedCodeGenerator is called with http instead of https as arguments.

Where can I change the variables that is passed to the kEmbedCodeGenerator() ?

var code = new kEmbedCodeGenerator({"host":"host.domain.com","securedHost":"host.domain.com","partnerId":101,"protocol":"http","embedType":"auto","uiConfId":23448186,"width":"740","height":"416","includeKalturaLinks":true,"cacheSt":1484563242,"entryId"...


Viewing all articles
Browse latest Browse all 7410

Trending Articles