Do exactly what you’re doing: view the source of the offending page, and do a text search for “http://”. Anything with this protocol is “insecure”, and needs to be swapped to https. Common offenders are stylesheets, javascript, and 3rd-party widgets.
If you can’t find any problems in the source, try using firebug’s “net panel”. It lists all the requests a page makes, and you can scan through them to look for anything that starts with “http://” (even asynchronous requests).
If you’re still stuck, post the URL of your problem page and I’ll take a look.
Related Posts:
- NET::ERR_CERT_REVOKED in Chrome, when the certificate is not actually revoked
- https connection using CURL from command line
- “ssl module in Python is not available” when installing package with pip3
- How to generate a self-signed SSL certificate using OpenSSL?
- Convert .pem to .crt and .key
- Simple Java HTTPS server
- HTTPS connection Python
- Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- CFNetwork SSLHandshake failed iOS 9
- What exactly is cacert.pem for?
- OpenSSL: unable to verify the first certificate for Experian URL
- ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED in Google Chrome
- How do you sign a Certificate Signing Request with your Certification Authority?
- Java Keytool error after importing certificate , “keytool error: java.io.FileNotFoundException & Access Denied”
- Issues with installing python libraries on Windows : CondaHTTPError: HTTP 000 CONNECTION FAILED for url
- WordPress wp-admin https redirect loop
- Is it safe to use sslverify => true for with wp_remote_get/wp_remote_post
- Howto force SSL for all requests?
- Local version of a WordPress site – SSL/HTTPS enforced?
- Images causing Mixed Content with SSL
- bloginfo() and get_template_directory_uri() with SSL?
- Favicon causes mixed content warning over SSL
- After updating site to use SSL all images in posts point to http://
- Adding https to wordpress website
- What’s the right move with SSL for user based site?
- I am locked out of my WordPress site after changing site URL from Http to Https
- Enabling SSL on wordpress results in 404
- SSL setup: wp-login css doesn’t load over httpS
- In WP versions >= 4.0, is FORCE_SSL_LOGIN forcing HTTPS for the entire admin session?
- Separating HTTP and HTTPS content with WordPress, Varnish, and an SSL terminator?
- SSL Certificate and WordPress
- Pointing SSL Enabled URL at Single WordPress Page
- Occasional HTTPS Mixed Content Warning
- Google maps causing mixed content in header
- Cloudflare and SSL breaks wordpress – Mixed Content & Unable to use Admin
- XML asset fails to load using https
- Search and replace http:// links to https:// to get the green padlock
- I changed my site from HTTPS back to HTTP and now it is broken- Cannot access Admin panel on HTTP URL
- un-loading https
- WordPress site shows “File not found.” if opened through https
- How to set up HTTPS WordPress from Install Step?
- How do I set up a local version of my https wordpress site for testing and development using MAMP
- Address a single page to SSL https secure protocol?
- Certain header elements not served over https
- wordpress http to https windows server
- Jetpack “Connect to WordPress” serving insecure content under HTTPS
- Allow non-SSL pages to use https or Force non-SSL pages to http?
- Website access with http and https
- How to force non SSL on just one page?
- Need ideas for HTTPS multiple domain solution
- Redirect the whole blog to SSL but not the RSS feed (under Nginx)
- WordPress 4.0 Forces entire site into SSL
- How to control SSL in WordPress for automatically changing http to https?
- Site not reachable due to change from HTTP to HTTPS [closed]
- All content is HTTPS, but browsers warn of HTTP mixed content [closed]
- How to keep WP from using https to get to wordpress.org?
- SSL doesn’t work on certain pages – what is wrong?
- WordPress site shown as Not Secure on Chrome when SSL certificate is valid
- ERR_TOO_MANY_REDIRECTS on wordpress page [closed]
- Disable WordPress accessing WordPress.org to check for updates
- URLs not being output with https
- How to protect login via SSL but not the rest of the dashboard
- ERR_CONNECTION_REFUSED
- The REST API request failed due to an error. cURL error 60: SSL certificate problem: certificate has expired
- Do I install WordPress from my Cpanel on https or http, if my website has valid certificate?
- SSL not working fine, Home url not matching with site url wordpress errors
- Website Migration (with https) to a new domain(http)
- How to move my local wordpress to https?
- Why does WordPress uses HTTPS for JS, CSS on EC2
- ERR_SSL_PROTOCOL_ERROR
- Implications of not completing all tasks when switching to HTTPS
- Problem forcing San SSL certificate on WordPress
- SSL Certificate
- Front-end pages messed up due to HTTPS
- How to send user data from one website to another
- site on subdomain is redirecting to main site after installing wildcard ssl cert on both
- Forcing SSL (Bad Theme coding)
- How to switch static files back to using HTTP instead of HTTPS?
- WordPress Insecure Content
- SSL certificate breaks CSS (in combination with W3TC)
- I just updated my SSL certificate and now my site looses formatting when
- I would like to add ssl certificate to my already existing wordpress site
- WordPress and SSL
- My WordPress site SSL is in red crossed color and can’t load at first time?
- SSL problems with WordPress
- SSL/HTTPS Redirect Loop
- The plain HTTP request was sent to HTTPS port in wordpress [closed]
- How to force static assets with HTTP sources to load over HTTPS?
- Moving WordPress from http to https over existing site
- WordPress stuck at Step 1 of setup behind nginx reverse proxy
- Issue when site move from ssl domain to new domain without ssl
- how to download the ssl certificate from a website?
- What is a challenge password?
- Is there a reason to use an SSL certificate other than Let’s Encrypt’s free SSL?
- How do I clear Chrome’s SSL cache?
- Properly setting up a “default” nginx server for https
- Does each server behind a load balancer need their own SSL certificate?
- Generating a self-signed cert with openssl that works in Chrome 58
- Changing my URL in General Settings cause the site to crash
- wordpress is auto using http: not https: as it needs to because the server is http behind a reverse proxy https, how do I stop it?