KWidget -> https issue with loading the player fails

We are using Kaltura Dynamic Embed on our website & would like to ensure the player works fine without https warning & hence… using the JS src as “//” & no http or https before that as below…

//cdnapi.kaltura.com/p/${Config.kalturaPartnerId}/sp/${Config.kalturaSubPartnerId}/embedIframeJs/uiconf_id/${Config.kalturaUiconfId}/partner_id/${Config.kalturaPartnerId}

Above thing loads file in http & Kaltura videos play ok… but in https case… we are having trouble … https://cdnapi.kaltura.com – has a “test SSL certificate” & is NOT private… fails to load… since Chrome blocks all iframe content that is not secure on the site… that is secure.

Is there a solution for this? OR you recommend… that we just load it as “http://cdnapi…”

Thanks
Bhaskara

Hello,

For embedding over HTTPs please use https://cdnapisec.kaltura.com. This is also what KMC’s preview and embed module does.

Thanks,