I use the standard BrowseServer function to popup a CKfinder (version 2.4.2). This works perfect using http, but when i use https on the same page the popup is showing a blank screen.
Any tips?
function BrowseServer ()
{
var finder = new CKFinder();
finder.basePath = '../ckfinder/';
finder.selectActionFunction = SetFileField;
finder.popup();
}