Title: Plugin not working
Last modified: August 20, 2016

---

# Plugin not working

 *  Resolved [matugm](https://wordpress.org/support/users/matugm/)
 * (@matugm)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/)
 * Hello,
    I’m getting SSL insecure errors, I tried your plugin but it dosn’t appear
   do be doing anything, I’m using wordpress 3.5 and a self made cert for testing,
   installed plugins are wp minify, crayon syntax highlighter and jetpack, the address
   is [https://www.blackbytes.info/](https://www.blackbytes.info/)
 * Hope you can help 🙂
 * [http://wordpress.org/extend/plugins/ssl-insecure-content-fixer/](http://wordpress.org/extend/plugins/ssl-insecure-content-fixer/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/#post-3545116)
 * G’day, try disabling Jetpack and see if that helps. I tested locally with wp-
   minify and crayon-syntax-highlighter without problems, even without enabling 
   my plugin.
 * cheers,
    Ross
 *  Thread Starter [matugm](https://wordpress.org/support/users/matugm/)
 * (@matugm)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/#post-3545128)
 * I disabled jetpack, dosn’t seem to make a difference, this is what I see in the
   chrome console
 * [blocked] The page at [https://www.blackbytes.info/](https://www.blackbytes.info/)
   ran insecure content from [http://www.blackbytes.info/wp-content/plugins/wp-minify/min/?f=wp-includes/…tent/themes/zeedisplay/includes/css/colorschemes/standard.css&m=1362801482](http://www.blackbytes.info/wp-content/plugins/wp-minify/min/?f=wp-includes/…tent/themes/zeedisplay/includes/css/colorschemes/standard.css&m=1362801482).
   /:
   3
 * [blocked] The page at [https://www.blackbytes.info/](https://www.blackbytes.info/)
   ran insecure content from [http://www.blackbytes.info/wp-content/plugins/crayon-syntax-highlighter/js/util.js?ver=2.1.2](http://www.blackbytes.info/wp-content/plugins/crayon-syntax-highlighter/js/util.js?ver=2.1.2).
   /:
   1
 * [blocked] The page at [https://www.blackbytes.info/](https://www.blackbytes.info/)
   ran insecure content from [http://www.blackbytes.info/wp-content/plugins/crayon-syntax-highlighter/js/jquery.popup.js?ver=2.1.2](http://www.blackbytes.info/wp-content/plugins/crayon-syntax-highlighter/js/jquery.popup.js?ver=2.1.2).
   /:
   1
 * [blocked] The page at [https://www.blackbytes.info/](https://www.blackbytes.info/)
   ran insecure content from [http://www.blackbytes.info/wp-content/plugins/crayon-syntax-highlighter/js/crayon.js?ver=2.1.2](http://www.blackbytes.info/wp-content/plugins/crayon-syntax-highlighter/js/crayon.js?ver=2.1.2).
 * And these on /wp-admin
 * [blocked] The page at [https://www.blackbytes.info/wp-admin/](https://www.blackbytes.info/wp-admin/)
   ran insecure content from [http://www.blackbytes.info/wp-admin/load-styles.php?c=0&dir=ltr&load=admin-bar,wp-admin,buttons&ver=3.5.1](http://www.blackbytes.info/wp-admin/load-styles.php?c=0&dir=ltr&load=admin-bar,wp-admin,buttons&ver=3.5.1).
   
   [http://www.blackbytes.info:21](http://www.blackbytes.info:21)
 * [blocked] The page at [https://www.blackbytes.info/wp-admin/](https://www.blackbytes.info/wp-admin/)
   ran insecure content from [http://www.blackbytes.info/wp-includes/js/thickbox/thickbox.css?ver=20121105](http://www.blackbytes.info/wp-includes/js/thickbox/thickbox.css?ver=20121105).
   
   [http://www.blackbytes.info:22](http://www.blackbytes.info:22)
 * [blocked] The page at [https://www.blackbytes.info/wp-admin/](https://www.blackbytes.info/wp-admin/)
   ran insecure content from [http://www.blackbytes.info/wp-admin/css/colors-fresh.min.css?ver=3.5.1](http://www.blackbytes.info/wp-admin/css/colors-fresh.min.css?ver=3.5.1).
   
   [http://www.blackbytes.info:23](http://www.blackbytes.info:23)
 * [blocked] The page at [https://www.blackbytes.info/wp-admin/](https://www.blackbytes.info/wp-admin/)
   ran insecure content from [http://www.blackbytes.info/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery,utils,json2&ver=3.5.1](http://www.blackbytes.info/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery,utils,json2&ver=3.5.1).
 * Also tried disabling minify and crayon and that didn’t help either.
 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/#post-3545133)
 * G’day, are you on a host with load balancing, e.g. Network Solutions? I discovered
   recently that load balanced hosting handles SSL connections at the load balancer,
   presenting simple HTTP connections to the real server. Some load balancers (like
   Amazon) give some hints that let you get around this, but Network Solutions in
   particular doesn’t even do that. See article for more information:
 * [WordPress is_ssl() doesn’t work behind some load balancers](http://snippets.webaware.com.au/snippets/wordpress-is_ssl-doesnt-work-behind-some-load-balancers/)
 *  Thread Starter [matugm](https://wordpress.org/support/users/matugm/)
 * (@matugm)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/#post-3545173)
 * Fixed! turns out it had nothing to do with your plugin, my server is using a 
   reverse proxy which is also terminating ssl.
 * If anyone else is having this issue have a look here [http://codex.wordpress.org/Administration_Over_SSL](http://codex.wordpress.org/Administration_Over_SSL)
 * I want to thank you for pointing me into the right direction 🙂
 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/#post-3545201)
 * G’day, that’s almost the same thing — I must add both of these things to the 
   FAQ where people will find them. Thanks for the link, will incorporate it.
 * cheers,
    Ross

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Plugin not working’ is closed to new replies.

 * ![](https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=2590634)
 * [SSL Insecure Content Fixer](https://wordpress.org/plugins/ssl-insecure-content-fixer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ssl-insecure-content-fixer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/)
 * [Active Topics](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ssl-insecure-content-fixer/reviews/)

## Tags

 * [insecure](https://wordpress.org/support/topic-tag/insecure/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * 5 replies
 * 2 participants
 * Last reply from: [webaware](https://wordpress.org/support/users/webaware/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-not-working-48/#post-3545201)
 * Status: resolved