I added an SSL certificate to an existing site, and now in IE I get a warning about mixed content. The problem is that I donโt know what IE is warning of insecure content. This is a simple html page with multiple Flash, multiple images, loaded CSS and JS.
How can I find out what is not protected content.?
Edit:
I found the culprit: this is JS AC_RunActiveContent.js used to display the Flash movie. So, does anyone have an idea on how to prevent mixed SSL content when using AC_RunActiveContent.js.?
source
share