https - my homepage does not have SSL but another page is ok

I have use plugin Really simple SSL to enable my site to https. Everything is ok but when wordpress update my site autom

I have use plugin Really simple SSL to enable my site to https. Everything is ok but when wordpress update my site automatically to 4.8.4. Only my homepage do not work for https otherwise another pages are ok. You can see some example in this image:

My homepage when loading:

My homepage when full load:

Another page is ok:

Inaddition infomation:

My homepage:

Another page:

Wordpress version: 4.8.4

Thank you in advance

I have use plugin Really simple SSL to enable my site to https. Everything is ok but when wordpress update my site automatically to 4.8.4. Only my homepage do not work for https otherwise another pages are ok. You can see some example in this image:

My homepage when loading:

My homepage when full load:

Another page is ok:

Inaddition infomation:

My homepage: https://winecellar.vn

Another page: https://winecellar.vn/ruou-cao-cap/ruou-chi-le

Wordpress version: 4.8.4

Thank you in advance

Share Improve this question asked Dec 7, 2017 at 10:12 mrleezoomrleezoo 111 silver badge2 bronze badges
Add a comment  | 

3 Answers 3

Reset to default 1

Your home is working on SSL but some elements might not be loaded from https but http like third party images or scripts. Look in source of your home site generated by browser and search for http: phrase to find which elements you should fix.

You may please use this query on your database to change url from http:// to https://

UPDATE wp_options SET option_value = REPLACE(option_value, 'http://winecellar.vn/', 'https://winecellar.vn/');
UPDATE wp_postmeta SET meta_value =  REPLACE(option_value, 'http://winecellar.vn/', 'https://winecellar.vn/');
UPDATE wp_posts SET post_content =  REPLACE(option_value, 'http://winecellar.vn/', 'https://winecellar.vn/');
UPDATE wp_posts SET post_excerpt =  REPLACE(option_value, 'http://winecellar.vn/', 'https://winecellar.vn/');
UPDATE wp_posts SET guid =  REPLACE(option_value, 'http://winecellar.vn/', 'https://winecellar.vn/');

Go to the page that is not loading secure. Right click on your mouse, click inspect. click console and you will find the error. Mine was my logo image was not loading secure. I simply deleted it from my page and then re-uploaded the same image. Bam! fixed. Some other possible places you can locate the error is right clicking the page and view page source. ctrl "f" and enter http in the search bar. It will let you find any other place you may have something loading not secure.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742349914a4427304.html

相关推荐

  • https - my homepage does not have SSL but another page is ok

    I have use plugin Really simple SSL to enable my site to https. Everything is ok but when wordpress update my site autom

    2小时前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信