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

VOD Nginx Server with ssl offloading

$
0
0

Thank you I am one step further now

upstream kalapi {
        server myserver.mydomain:8443;
}

I think the kalapi sould point to the frontserver port of the LB? So i set up with the vod_base url:

vod_base_url https://myserver.mydomain:8443;
upstream kalapi {
        server myserver.mydomain:443;
}

It works in most browsers and with most videos but I still got a mixed content with one particular video in the Chrome browser. This video works in other browsers like Firefox, Edge, and IE as designed.

Anyone with the same issue with den VOD delivery?

Besh Wishes
Roger Barras


Viewing all articles
Browse latest Browse all 7410

Trending Articles