Https And Autossl Issue

Hi,

my site was using the auto ssl cpnel ssl to implement the https. but when i enable secure full site setting, it only show my backend being secured, and my storefront do show https but not fully secured, may i know what wrong with my setting?

https://snag.gy/hIluJk.jpg

https://snag.gy/J764px.jpg

Thank You

Most likely you have url(s) hard coded with http. View the source and fix any urls that are hard coded.

Most likely you have url(s) hard coded with http. View the source and fix any urls that are hard coded.

Hi, may i know any other file that contain of url setting? i just change the local.config.php file.

go to the page in your link, then as the tool says above

right click the page, select view source, then press ctrl and F then search http: any of these may produce non https warnings

John

Thnak You guys so much