I\'m thinking about my website architecture that\'s using https.. I now have a CDN server hosting images , css and more static files.
The website itself is using HTT
If you really want to load http content in https, you can follow this method using a backend handler in charge of downloading and exposing the required content with self forged links including a hash. The security issue is then fixed and you get the content accessible through https.
Dealing with HTTP content in HTTPS pages