Page 1 of 1

Format problem on secure website with ssl Version 1.5.6.4

Posted: Mon Jul 10, 2017 11:43 pm
by jimsaxton
Hi, I have never made a website secure before, but with a lot of help I have on website https://edgehillcoffee.co.uk/ and the non opencart pages are fine. but the opencart in folder shop loses its format see https://edgehillcoffee.co.uk/shop/

If I visit the original url www.edgehillcoffee.co.uk/shop/ the format is fine.

Can anyone advise me how to get the formatting etc. to work please?

Re: Format problem on secure website with ssl Version 1.5.6.4

Posted: Tue Jul 11, 2017 12:30 am
by MrPhil
You have a lot of links and resources on the page which are still http:. Maybe you still have something "http:" in your configuration files? If not, do you have any URL redirect in your .htaccess from "https:" to "http:"? You shouldn't -- in fact, you should have a redirect from "http:" to "https:".

Re: Format problem on secure website with ssl Version 1.5.6.4

Posted: Tue Jul 11, 2017 3:45 pm
by jimsaxton
Thank you MrPhil, your comments helped me to look closer at the config file and I changed row 6:
original: define('HTTPS_SERVER', 'http://www.edgehillcoffee.co.uk/shop/');
changed to: define('HTTPS_SERVER', 'https://edgehillcoffee.co.uk/shop/');

Now the page https://edgehillcoffee.co.uk/shop/ displays correctly.
Problem resolved.

Re: Format problem on secure website with ssl Version 1.5.6.4

Posted: Sat Oct 14, 2017 7:58 am
by Dhaupin
Hi, I just checked out your site, and its still having major SSL issues. Are you still trying to repair it? We might be able to help you. We have a module that should be able to fix it: https://www.opencart.com/index.php?rout ... n_id=19396

This will enforce SSL everywhere, fix the opencart url library, make media work right + more.