So Jess, I have that in my zzzkaltura.conf, and I’m proxying and even have the URL rewritten to the proper server libmedia is our SSL server we want to proxy from, this is running on our kaltura server, but since these calls are for http, and not https, :
<script type=“text/javascript” src=“http://libmedia.willamette.edu:443/lib/js/jquery-1.8.3.min.js”></script>
<script type=“text/javascript” src=“http://libmedia.willamette.edu:443/lib/js/swfobject_v2.2.js”></script>
I still get the mixed content error:
kmc#content|manage:1 Mixed Content: The page at ‘https://libmedia.willamette.edu/index.php/kmc#content|manage’ was loaded over HTTPS, but requested an insecure script ‘http://libmedia.willamette.edu/lib/js/jquery-1.8.3.min.js’. This request has been blocked; the content must be served over HTTPS.
Is it possible to get those two calls to be for https?
Bill K.