Title: Various problems, with HTTPS padlock not showing
Last modified: August 30, 2016

---

# Various problems, with HTTPS padlock not showing

 *  Resolved [HostIce](https://wordpress.org/support/users/hostice/)
 * (@hostice)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/)
 * Hi,
 * I’ve installed an SSL certificate on the site [http://www.furniturefarm.co.uk](https://furniturefarm.co.uk/),
   installed and activated Really Simple SSL and not only am I getting the error
   mentioned in [https://wordpress.org/support/topic/siteurl-or-homeurl-in-your-wp-configphp?replies=13](https://wordpress.org/support/topic/siteurl-or-homeurl-in-your-wp-configphp?replies=13),
   but the HTTPS part of the site address showing in the address bar is not showing
   green and there is no padlock showing.
 * Having checked my wp-config fine there is no mention of:
 * > define(‘WP_HOME’,’[http://example.com&#8217](http://example.com&#8217););
   >  
   > define(‘WP_SITEURL’,’[http://example.com&#8217](http://example.com&#8217););
 * and adding that to the site wp-config file makes no difference.
 * The debug info is:
 * > loading options…
   >  pluginurl: [https://furniturefarm.co.uk/wp-content/plugins/really-simple-ssl/](https://furniturefarm.co.uk/wp-content/plugins/really-simple-ssl/)
   > plugin version: 2.2.7 testing for ssl… SSL test page loaded successfully ssl
   > type: SERVER-HTTPS-ON — ssl detected: TRUE — force ssl: FALSE Starting ssl 
   > configuration No loadbalancer detected, so no wp-config fix needed. testing
   > htaccess rules… htaccess rules test success. checking if .htaccess can or should
   > be edited… rules already added in .htaccess. not able to fix wpconfig siteurl/
   > homeurl. converting siteurl and homeurl to https Detected Yoast seo plugin 
   > No conflict issues with Yoast SEO detected
 * I haven’t turned on “Turn HTTP Strict Transport Security on” yet as things don’t
   yet seem right.
 * Any help on getting this security certificate to display correctly in the address
   bar and working right would be appreciated.
 * Highest regards
 * [https://wordpress.org/plugins/really-simple-ssl/](https://wordpress.org/plugins/really-simple-ssl/)

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

 *  Thread Starter [HostIce](https://wordpress.org/support/users/hostice/)
 * (@hostice)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809836)
 * It’s showing:
 * > List of detected items with mixed content
   > Because really simple ssl includes a mixed content fixer you do not have to
   > worry about this list, but if you want to disable the mixed content fixer, 
   > you can find a list of possible issues here.
   >  The scan searched for the following
   > insecure links: – [http://www.furniturefarm.co.uk](http://www.furniturefarm.co.uk)–
   > [http://furniturefarm.co.uk](http://furniturefarm.co.uk) – src=’http:// – src
   > =”http:// – src=http://
   > My favourite tool in the work shop is this one…True love indeed | edit
   >  Special
   > requests are the thing today | edit After day in the cow shed working sort 
   > of hard | edit Original Fading Grey Furniture Farm Sheepskin Bull Footstool
   > | edit Original Furniture Farm Punky Sheep Sheepskin Footstool | edit Winter
   > Has Arrived at the Online Furniture Farm Shop | edit We have been busy and 
   > also busy having fun | edit Original Peacock Blue Light Faced Sheepskin Covered
   > Furniture Farm Bull Footstool | edit Original Furniture Farm Natural Dappled
   > Sheepskin Bull Footstool | edit Original Icelandic Sheepskin Covered Furniture
   > Farm Oak Bodied Highland Bull Footstool | edit Option: widget_text Option: 
   > dashboard_widget_options Option: Galleryimagespath Option: wpsc_upgrade_urls
   > Option: al2fb_redir_ref Option: al2fb_redir_to Option: theme_mods_weaver-ii-
   > pro Option: weaverii_pro Option: product_list_url Option: shopping_cart_url
   > Option: checkout_url Option: transact_url Option: user_account_url Option: 
   > fcbk_bttn_plgn_options_array Option: dbem_event_published_email_body Option:
   > dbem_event_resubmitted_email_body Option: seedprod_maintenancemode_options 
   > Option: cookiecontrol_settings Option: weaverii_settings Option: al2fb_last_request
   > Option: al2fb_last_texts Option: stats_cache Option: wpseo_social Option: wc_product_slider_a3_card_skin_control_settings
   > Option: ossdl_off_cdn_url
 * But the Auto Replace Mixed content is ticked.
 * I’ve also tries using [https://wordpress.org/plugins/ssl-insecure-content-fixer/](https://wordpress.org/plugins/ssl-insecure-content-fixer/)
   in an attempt to fix what are obviously HTTP files that are being pubbled from
   somewhere, but whatever method I try there, it ends up the same, I’m going to
   end up bald here due to ripping my hair out, suggestions welcome…
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809838)
 * Hi,
 * You have a stylesheet included that is not on https. You should change it to 
   https. I will add this type of link to the mixed content fixer in the next release.
 * <link href=’[http://fonts.googleapis.com/css?family=Lemon&#8217](http://fonts.googleapis.com/css?family=Lemon&#8217);
   rel=’stylesheet’ type=’text/css’>
 * You also still have several http:// links to your own website in the source. 
   This suggests the mixed content fixer is blocked by a theme or plugin. To fix
   it, deactivate plugins until it starts working, or fix the links manually by 
   checking your theme settings, plugins and content for http:// links.
 * As for the wp-config warning, I’ve made a change to the detection mechanism, 
   you can check if that helps by downloading the current development version. If
   that doesn’t help, could you email me the content of your wp-config.php, (you
   can remove passwords etc of course), so I can test with it.
 *  Thread Starter [HostIce](https://wordpress.org/support/users/hostice/)
 * (@hostice)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809846)
 * > To fix it, deactivate plugins until it starts working, or fix the links manually
   > by checking your theme settings, plugins and content for http:// links.
 * I wouldn’t know how to start even finding which theme settings, plugins or content
   needed the links fixing manually, never mind how to fix them manually unless 
   you mean editing all references to HTTP to HTTPS 🙁
 * This is a nightmare, I can’t be starting disabling plugins either, this is a 
   busy time for the site and doing that will cause real problems, how do I identify
   what theme settings, plugins and content requires editing?
 * Where can I get a the current development version from too?
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809857)
 * Hi,
 * Development version: [http://plugins.svn.wordpress.org/really-simple-ssl/trunk](http://plugins.svn.wordpress.org/really-simple-ssl/trunk)
 * But this is only the wpconfig warning, and does not really cause issues. It’s
   just a nag.
 * if you can’t try by disabling plugins, then you can either deactivate the ssl
   plugin and revert back to http until you have tested the issue on a separate 
   install, or do it manually.
 * To give you some pointers:
    Start with the mixed content list as you sent it 
   to me. The first entries are posts/pages, which should be simple enough.
 * Then check your widget html
    You have some gallery plugin, check that too. One
   by one, check your plugin settings for urls, and change it to https.
 *  Thread Starter [HostIce](https://wordpress.org/support/users/hostice/)
 * (@hostice)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809881)
 * It’s W3 Total Cache that is breaking the security that SSL Insecure Content Fixer
   fixed in it’s hardest Capture mode, but as soon as you enable W3 Total Cache 
   page caching the padlock goes as it starts presenting non HTPPS files…
 * Will have to look for a caching plugin that will work with SSL and your plugin,
   with it not helping that my browser cache was holding it as broken too.
 * Many thanks for your input.
 * Holmey
 *  Thread Starter [HostIce](https://wordpress.org/support/users/hostice/)
 * (@hostice)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809885)
 * Tried WP Super Cache, that breaks things too 🙁
 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809907)
 * I always use wp fastest cache, with good results.

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

The topic ‘Various problems, with HTTPS padlock not showing’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/various-problems-with-https-padlock-not-showing/#post-6809907)
 * Status: resolved