deafmouse Posted May 24, 2011 Share Posted May 24, 2011 I JUST DON'T GET IT.Is prestashop NOT coded to work with SSL out of the box!?!?!?!?!?!?!?!?!I Installed my cert, enabled SSL in back office, all MY links (not the ones written my modules, but my html code i wrote for my layout tpl files) are relative. YET I KEEP GETTING "CONNECTION PARTIALLY SECURE"WTF i'm going to smash my computer soon. the links from the modules are all http:// which i think might be the problem BUT the coding for these mod, category and manufactures block, have weird php links like {$link>get blah blah blah}. I tried changing as many {base_dir} to {base_dir_ssl}. NOTHINGALL I WANT IS MY SSL CERT TO WORK! IM GOING NUTS! is it not coded to work out of the box with ssl? because it sure don't look like it. looks like i need to learn php and change all the code. WHY EVEN HAVE A ENABLE SSL IF IT DON'T WORK! Link to comment Share on other sites More sharing options...
Lem Posted May 24, 2011 Share Posted May 24, 2011 SSL works fine for me. No recoding required at all - Are you sure your SSL is installed correctly and you have a static IP for your site?If you've just switched to static IP, do bear in mind that this can take 24hrs to re-propagate in DNS. PS... DO use a sensible title for your post. You'll get far more help. Link to comment Share on other sites More sharing options...
deafmouse Posted May 24, 2011 Author Share Posted May 24, 2011 The ssl cert is installed correctly and i have a static ip. i checked the install with www.ismysitesafe.commy site is www.sognami.ca this is my third post asking for help. the first two didn't generate much activity so i figure a catchy title to match my emotion will to gain attention. Link to comment Share on other sites More sharing options...
razaro Posted May 24, 2011 Share Posted May 24, 2011 Please don't break your computer - sent it to me if you don't need it anymore :-)Your problem is The page at https://www.sognami.ca/order.php displayed insecure content from http://sognami.graphicloft.ca/themes/theme051/img/bg_sognami2.jpg. You can see this message in Google chrome when using Developer tools ( CTRL+SHIFT+I ) Problem is in style.css line 19background-image: url(http://sognami.graphicloft.ca/themes/theme051/img/bg_sognami2.jpg); There should be https there so it is your theme problem with SSL and not Prestashop.And yes catchy title. Link to comment Share on other sites More sharing options...
tomerg3 Posted May 24, 2011 Share Posted May 24, 2011 Please change the title to comply with the forum rules, or you post will be moved to the trash.A title MUST be a question or describe a problem. Link to comment Share on other sites More sharing options...
deafmouse Posted May 24, 2011 Author Share Posted May 24, 2011 THANK YOU RAZARO. it's working and i didn't smash my computer! It's a great tip too. I never used the developers tools before, i'm going to from now on. I also want to note that i changed $protocol = 'http://'; to $protocol = 'https://'; in the init.php file. this changed all my links generated from the modules to https:// (which is why i was going nuts because after it changed 45 links it still wasn't working)THANK YOU AGAIN. 2day battle is over. Link to comment Share on other sites More sharing options...
Recommended Posts