Spyridon Posted September 11, 2014 Share Posted September 11, 2014 (edited) My SSL is telling me the connection is encrypted but the page includes other resources which are not secure. I found the post on here suggesting this edit: https://github.com/PrestaShop/PrestaShop/commit/640100f10f789129dc50a0d68e3e82cedf85aad3 But this did NOT work for me! If I right click in Chrome and inspect element, the console says my insecure content is: http://mydomain.com and http://mydomain.com/search I'm not sure where to fix these??? Where you can edit the links to these entries? (Edit: It seems like it's not using the Links file that was edited and using static links to non-secure sites. How could I edit things so it uses my SSL link to media if on a SSL page but a normal link if on non-ssl page? Edited September 11, 2014 by Spyridon (see edit history) Link to comment Share on other sites More sharing options...
Spyridon Posted September 12, 2014 Author Share Posted September 12, 2014 (edited) It is the next day and still having this issue! These are the errors on my SSL pages... The page at 'https://mydomain.com/login?back=my-account' was loaded over HTTPS, but is submitting data to an insecure location at 'http://mydomain.com/search': this content should also be submitted over HTTPS. The page at 'https://mydomain.com/login?back=my-account' was loaded over HTTPS, but is submitting data to an insecure location at 'http://mydomain.com/': this content should also be submitted over HTTPS. Please assist. Not sure how to fix... Edited September 12, 2014 by Spyridon (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2014 Share Posted September 12, 2014 cases like that need an inspection of code it is necessary to identify resources that are loaded without secured connection and change it (connection) to ssl Link to comment Share on other sites More sharing options...
Recommended Posts