Page 1 of 1

SSL not working properly

Posted: Sun Mar 06, 2016 8:11 pm
by houseofwoods
Good day,

We just installed a SSL certificate on our website, but we encounter one issue that I am not able to solve.

According to http://www.whynopadlock.com the issue is the following:
Insecure URL: http://fonts.googleapis.com/css?family=Varela+Round
Found in: https://www .mysite.nl/catalog/view/theme/odio/stylesheet/layerslider/css/typo.css

I have changed the settings in the config file as wel as admin/config file and in the backoffice in the settings. The checkout page and account page are giving me a green padlock, but the rest of the site not. Probably because of the issue above.

The following I tried:
I changed the URL in the css file (path above) from http to https -> not working
I changed the URL in the css file from http:// to //... -> not working

I am not sure what to do now, as our webpage is now showing as not to be trusted. Can aynone help me? Unfortunately the theme builder (Odio) is out of business, so I can't ask them.

Thanks.

Re: SSL not working properly

Posted: Sun Mar 06, 2016 9:50 pm
by OSWorX
First of all post a public link to your website - easy to see by myself and check
Second it seems that inside the header.tpl is a 'hardcoded' link with http:// (Insecure URL: http://fonts.googleapis.com/css?family=Varela+Round) - not in the CSS.

Some lazy theme developers do such stupid things all the time!

Re: SSL not working properly

Posted: Sun Mar 06, 2016 10:39 pm
by houseofwoods
Thanks for your reply.

In the header.tpl does not show anything with the font url http://fonts.googleapis.com/css?family=Varela+Round?

Do I need to add something to the header.tpl? I am not good with scriptwriting, so I am lost at this point.

Re: SSL not working properly

Posted: Mon Mar 07, 2016 12:23 am
by OSWorX
Then one of your additional installed modules/extensions/template is adding somewhere this link.
Best would be you use an editor and search for.

Re: SSL not working properly

Posted: Wed Mar 09, 2016 4:49 am
by Randem
Hi houseofwoods,

You failed to mention what version of OpenCart you are using (this is important). The direction you take depends on it...

Some info:

http://forum.opencart.com/viewtopic.php?f=181&t=158954
http://forum.opencart.com/viewtopic.php?f=10&t=157098
http://www.randemsystems.com/support/opencart/

Re: SSL not working properly

Posted: Wed Mar 09, 2016 12:35 pm
by zabidin2
Mine also not working. Installation using http. Once it's finish i change http to https in config.php in root and admin directory. Also i enable ssl setting in dashboard > setting. Home is https but when i click other link it turn to http. Still google what need to change.