Jump to content

Prestashop Mixed Content Error After ssl Certificate Installation


Recommended Posts

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 by nycbicycleshop (see edit history)
Link to comment
Share on other sites

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

  • 4 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...