We have a few pages in our portal marked as SECURE. They load via HTTPS instead of the usual HTTP.
When browsing these pages in chrome I get a security warning regarding mixed content. It turns out many images were being loaded via our CDN via an HTTP call. Fixed those bugs, but now I see that both skin.css and default.css are loaded via an HTTP call instead of HTTPS. Can this be controlled?
~ Greg