cleanSSL

Get rid off SSL warnings about insecure content ( mainly images, stylesheets and javascript files) on pages served via https.

Author:First 10 Digital (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.7.1
Plugin version:0.1.3a
Added to WordPress repository:19-11-2013
Last updated:20-11-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:70
Rated by:2
Plugin URI:
Total downloads:2 086
Active installs:100+
plugin download
Click to start download

If you serve part or all of your website over https then you'll likely have hit the scenario where the SSL certificate provides warnings about insecure content. This insecure content is usually the src of the files being called over http when the rest of the page is being called over https. We're now seeing certain browsers blocking these http calls from being executed as a default action which can lead to broken-ness. And no-one likes broken-ness!

This plugin will make sure that if your site is being viewed via https that src attributes of content is served in a protocol agnostic manner. This means that all those files are now being served over https as well. So instead of http://foo.com/foo.css you see //foo.com/foo.css which means your browser will call foo.css over https and no warnings on the padlock.

NOTE: Currently images that are set by css or js files are not fixed but we plan to fix this in a future release.