nycbicycleshop Posted March 15, 2018 Share Posted March 15, 2018 I installed the ssl certificate to our website https://www.nycbicycleshop, I tested the website with whynopadlock.com but I am getting some mixed content error on some of the picture links. I am using custom waterthemes template. Which tpl files I have to edit? Thanks for the help Link to comment Share on other sites More sharing options...
Rhobur Posted March 17, 2018 Share Posted March 17, 2018 As it shows you have some CMS pages where you added images at the time the shop was on http; go to Preferences->CMS and edit those images src to https instead. Link to comment Share on other sites More sharing options...
nycbicycleshop Posted March 21, 2018 Author Share Posted March 21, 2018 (edited) Hi Rho_bur I just updated the image links with https and everything works now. But I am getting ajax error now on the homeslider module, I looked on the Chrome console error code, looks related the https, can you help me on this? actually module is the Waterthemes module but supports are very slow, before the ssl no problem, this start when I switch the https. Below is the error code also I am using https login to backend and htaccess forcing the https connection. Thanks jquery-1.11.0.min.js:4 Mixed Content: The page at 'https://www.nycbicycleshop.com/mylogin/index.php?controller=AdminModules&configure=wtslideshow&token=872c6ba5ca53131666a15ffa48e382c4&id_slide=9&addlayer=1' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://www.nycbicycleshop.com/modules/wtslideshow/ajax_wtslideshow.php'. This request has been blocked; the content must be served over HTTPS. Edited March 21, 2018 by nycbicycleshop (see edit history) Link to comment Share on other sites More sharing options...
Rhobur Posted March 24, 2018 Share Posted March 24, 2018 This means that module has an AJAX request and the URL for that request is set to http; you should check either the module's js file (possibly views/js/front.js if it respects the recommended js location) or the module's template for an URL variable (bottom of the file). I think the first is more likely. Link to comment Share on other sites More sharing options...
123fashionstore Posted July 29, 2018 Share Posted July 29, 2018 Dear Rho_Bur, I have the same problem. Can you please specify wat you mean with " respects the recommended js location" ? Greatz Vincent Link to comment Share on other sites More sharing options...
ENS Enterprises Posted August 2, 2018 Share Posted August 2, 2018 Its means it is checking whether the request is coming from https or http accordingly put that. 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