I'm setting up a self-hosted Canvas installation, and having trouble getting everything to load over SSL. The site was initially setup with ssl:false because the load balancer setup wasn't complete, but now I have ssl:true in my domain.yml and am able to load pages over SSL. Certain features don't work though because the browser won't load mixed content and the scripts and/or forms are still referring to non-ssl URLs.
For example, trying to add a user:
Mixed Content: The page at 'https://<site>/accounts/1/users' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://<site>/accounts/1/users'. This request has been blocked; the content must be served over HTTPS.
I've recompiled assets and dumped my nginx and browser caches, but I can't get it to load everything over SSL. Is it set in the db or redis cache somewhere?
Thanks for your help. ... .joe