I’ve installed a SSL certificate on my website http://core-electronics.com.au/eCommerce
When I visit it in Chrome it says there are unsecured items on the site. What have I overlooked?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open the Chrome developer tools and select the Network tab. Refresh your page, and click the first resource on the list. The right pane will transform into a tabbed view, with the selected tab being “Headers”, and the first information displayed, Request URL.
Now, cycle through these until you find resources that were loaded from an http connection instead of https. You can use the down key to select the next resource.
I found 7 of them within a few minutes. You should try it.