Jump to content

[Solved] SSL Warning!


Recommended Posts

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

ALL 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

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

The ssl cert is installed correctly and i have a static ip. i checked the install with www.ismysitesafe.com

my 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

Please don't break your computer - sent it to me if you don't need it anymore :-)

Your problem is



You can see this message in Google chrome when using Developer tools ( CTRL+SHIFT+I )
Problem is in style.css line 19
background-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

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

×
×
  • Create New...