Mixed Content Test (HTTP over HTTPS)
tool in developement
About Mixed Content Test (HTTP over HTTPS)

This will check if all resources are loaded over a secure HTTPS connection. Mixed content occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection. This is called mixed content because both HTTP and HTTPS content are being loaded to display the same page, and the initial request was secure over HTTPS. Browsers may block mixed content, so fixing this issue helps ensure your content loads as intended.

In order to pass this test, make sure that all resources on the page are loaded over HTTPS.