Elaine Leung Posted October 23, 2015 Share Posted October 23, 2015 Hi Google and Firefox labeled my website as unsecured even I have installed SSL as my SSL used SHA 1. I have changed the SSL with SHA 2. It makes no difference. In the end I have to make SSL on all pages. Google is ok now. Firefox is still not happy with my website. I was advised all resources need to be linked into the site using https. This includes any image, css or javescript files. I don't know how to do this. Please help me and give me detail advice. Thank you in advance! Kind regards Elaine Link to comment Share on other sites More sharing options...
razaro Posted October 23, 2015 Share Posted October 23, 2015 I see only one script that cause problems - blmodules google plus one module <script type="text/javascript" src="http://apis.google.com/js/plusone.js">{lang: "en-US"}</script> Link to comment Share on other sites More sharing options...
Elaine Leung Posted October 23, 2015 Author Share Posted October 23, 2015 Hi Thank you for reply. What problem does that script gives? https://www.prestashop.com/blog/en/guest-blogger-series-prestashop-ssl-installation-troubleshooting/ From this link it said in all cases, when you use SSL, your image/stylesheets/javascripts references MUST begin with {$base_dir_ssl}. I don't understand this instructions. Can you or someone give me some advice. Kind regards Elaine Link to comment Share on other sites More sharing options...
razaro Posted October 23, 2015 Share Posted October 23, 2015 it depends how its that module written. So first thing is to find that module in your root modules folder, name should contain google plus or blmodules. And then try to find tpl file in that modules folder or in sub-folders like view/templates/hook. Then open file in text editor and see how that script tag is defined. You can copy code here too. And you probably do not need {base_dir_ssl} because it is not calling js file from your server but from out side so it can be just http://apis.google.com/js/plusone.js so you can change it to https://apis.google.com/js/plusone.js to remove that warning. Link to comment Share on other sites More sharing options...
Elaine Leung Posted October 25, 2015 Author Share Posted October 25, 2015 Hi Thank you sooooooooo much. It works. Kind regards Elaine Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now