blk1 Posted April 29, 2010 Share Posted April 29, 2010 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.comMany thanksBrenda Link to comment Share on other sites More sharing options...
blk1 Posted April 29, 2010 Author Share Posted April 29, 2010 I've just loaded it in IE and clicked on show encrypted data only and it doesn't look any different, I can't see what is missing. Link to comment Share on other sites More sharing options...
rocky Posted April 29, 2010 Share Posted April 29, 2010 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 More sharing options...
blk1 Posted April 29, 2010 Author Share Posted April 29, 2010 rocky, you are a star! This has fixed the errors. I can't tell you how much I appreciate it, it has been stressing me out all morning. Thank goodness you are on this forum.Thank you.Brenda Link to comment Share on other sites More sharing options...
diu1so Posted May 13, 2010 Share Posted May 13, 2010 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.phpI 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now