+1 604 904 5007 301-1050 Legacy Way, Whistler BC, Canada
Client Area
Free Online Tool

SSL Why No Padlock Tool

Check whether the padlock icon is displaying on your HTTPS website and find out why it might be missing. This tool detects insecure mixed content, HTTP resources, and certificate issues on any web page.

Check For Insecure Links

Simply enter your site URL or page URL below and click Check. The tool will scan the page for insecure resources that may be blocking the padlock.

Enter the full HTTPS URL including https:// (example: https://www.your-domain.com/)

Why Is the Padlock Not Showing on My Site?

Even after installing an SSL certificate, browsers may still show a warning instead of a padlock if the page loads any resources (images, scripts, stylesheets, iframes) over HTTP instead of HTTPS. This is called "mixed content" and it degrades the security of your page.

Images Over HTTP

If your page loads images via http:// URLs, browsers will flag it as not fully secure. Update all image references to use https://.

Insecure Scripts & Stylesheets

External JavaScript or CSS loaded from HTTP sources will trigger a mixed content warning. Always load third-party resources over HTTPS.

Embedded Iframes

Iframes pointing to HTTP URLs are considered insecure content. Ensure all embedded frames use HTTPS sources or remove them from your page.

WordPress Mixed Content

WordPress sites migrating from HTTP to HTTPS often have old HTTP URLs stored in the database. Use a search-replace plugin or WP-CLI to update all references.