Jump to content

SSL issues fixed - these 2 things worked for me


sunnyb0y

Recommended Posts

Hello,

 

After I activated an SSL certificate for a PrestaShop website...

 

I was having an issue in secure pages with the SSL padlock showing momentarily in the address bar and then disappearing.

 

This behaviour appeared to indicate that the secure pages were serving both secure and insecure content.

 

In the back office, disabling the Merchant Expertise module fixed it.

 

In the front office, changing the google font address by removing the http: in the theme's header.tpl file fixed this - eg

from

<link href='http://fonts.googleapis.com/css?family=Fontname' rel='stylesheet' type='text/css'>

to

<link href='//fonts.googleapis.com/css?family=Fontname' rel='stylesheet' type='text/css'>
 

I hope this helps someone.

Edited by sunnyb0y (see edit history)
  • Like 1
Link to comment
Share on other sites

i just want to say that modern browsers (newest firefox, chrome from 31) blocking unsecured content, so it is worth to say that all we have to change the "unsecured" contents to secured, in some cases website will not work (for example, unsecured important js scripts etc.)

Link to comment
Share on other sites

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...