SSL Check
Scan a website for non-secure content
This free tool will crawl an HTTPS-website and search for non-secure images, scripts and css-files that will trigger a "mixed content" warning message in browsers.
Try it with https://mixed-content-examples.github.io/
About
- Who we are
- Hi, we are Alex and Max, the makers of Jitbit Helpdesk - an awesome helpdesk ticketing system used by thousands of companies.
- Why we built this
- Google has announced that going HTTPS will give you a minor ranking boost. After enabling SSL on your webserver - remember to test your pages for "absolute" URLs that point to unsecure content - images and scripts.
- What is "mixed content" error?
- When an HTML page is loaded via a secure connection, but some embedded resources, like images, scripts and styles are loaded from non-secure origins, browsers show "unsecure site" error message, scaring your users away.
- API Usage
- This page accepts hash-parameters like this: https://www.jitbit.com/sslcheck/#url=https://www.google.com/, feel free to use.