I am using CKEditor on a secure page. When I open the editor, I get this error in the JavaScript console:
Mixed Content: The page at 'https://facweb.cse.msu.edu/cbowen/cse476/lib/interact/?i=20' was loaded over HTTPS, but requested an insecure script 'http://cdn.jsdelivr.net/ace/1.1.4/noconflict/ace.js'. This request has been blocked; the content must be served over HTTPS.
Is there some setting I need to change to ensure it is not trying to access content using http and instead using https (which does work for that site).