I would like to proxy our Kaltura off of another server running SSL, and it works fine for the administration interface, but when I go to the content admin page goes to load I get a couple calls to the server in the pages:
<script type=“text/javascript” src=“http://kaltura.willamette.edu/lib/js/jquery-1.8.3.min.js”></script>
<script type=“text/javascript” src=“http://kaltura.willamette.edu/lib/js/swfobject_v2.2.js”></script>
All of these get blocked since they are coming from an insecure server. Is there a config setting I can change so those get the correct server name or some way that would make them relative so I could proxy them?
Bill K.