Jump to content

[SOLVED] SSL unsecured content


blk1

Recommended Posts

I have just had a SSL installed and I have read through the forum and found the fix in the init.php file - mine already had the fix in it. All my images are https:// and it is still showing unsecured content.

This is all new to me and I really don't have a clue as to what I'm doing, could someone help please. www.ukcraftstore.com

Many thanks
Brenda

Link to comment
Share on other sites

I noticed the following on line 21 of themes/pres3c/header.tpl:

<link href="{$base_dir}themes/pres3c/css/print.css" rel="stylesheet" type="text/css" media="print" />



This should be:

<link href="{$content_dir}themes/pres3c/css/print.css" rel="stylesheet" type="text/css" media="print" />



Also, your bookmark link is being written without https:// when necessary. I think changing line 136 of init.php from:

'come_from' => 'http://'.htmlspecialchars($_SERVER['HTTP_HOST'], ENT_COMPAT, 'UTF-8').htmlentities($_SERVER['REQUEST_URI']),



to:

'come_from' => $content_dir.htmlentities($_SERVER['REQUEST_URI']),



should work, but I haven't tested it. I can't see anything else that isn't https://.

Link to comment
Share on other sites

  • 2 weeks later...

Having kinda same problem...
mozilla gives me a pop-up that the certificate it's not good.... gives me the unuathentificated content and the "add exception" it's the only way to continue on that page.. i purchased the certificate from globessl.

please have a look: https://www.pronat.ro/magazin/authentication.php?back=my-account.php

I eliminated the content that's not secured from that page; i want secure only in my-account and order page...

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