PrestaShop Forum

The best place in the world to ask questions about PrestaShop and get advice from our passionate community!

PrestaShop Forum

Jump to content

 

SSL Security Error

12 replies to this topic
#1
aftermarket

    PrestaShop Newbie

  • Members
  • Pip
  • 20 posts
I am getting an error that says some portions of my web page are unsecured. I have read through fixes in other threads, and can't seem to find what is wrong.

#2
abaveeMike

    PrestaShop Apprentice

  • Members
  • PipPip
  • 25 posts
without further details like a webpage to look at. My first guess would be that you are calling your images from an http:// address instead of an https:// address. In my experience this is the most common cause of that error
Abavee | Sex Toys Online: Warning Adult Content

#3
aftermarket

    PrestaShop Newbie

  • Members
  • Pip
  • 20 posts
None of the images are hard coded in, and are showing up as HTTPS

The only other thing I see is a script for bookmarking the current page but with HTTP.

There are looks pointing to HTTP pages, but they are pages that SSL is not supposed to show up on anyways.

(Everything on my site is default except the template) Which leads me to believe that it is probably the template. Here is a copy of the source of the page errors are being throw at: assimilent.com/domain.php

#4
aftermarket

    PrestaShop Newbie

  • Members
  • Pip
  • 20 posts
My page (at least looks wise) displays exactly the same in IE whether or not I allow the unsecured content.

Would this cause an error. It is from my header.tpl
{if isset($css_files)}
{foreach from=$css_files key=css_uri item=media}
<link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
{/foreach}


#5
aftermarket

    PrestaShop Newbie

  • Members
  • Pip
  • 20 posts
All the links on my site are now https:// and I am still getting an error.

#6
maciekish

    PrestaShop Newbie

  • Members
  • Pip
  • 3 posts

From 1265319557:

My page (at least looks wise) displays exactly the same in IE whether or not I allow the unsecured content.

Would this cause an error. It is from my header.tpl
{if isset($css_files)}
{foreach from=$css_files key=css_uri item=media}
<link href="{$css_uri}" rel="stylesheet" type="text/css" media="{$media}" />
{/foreach}


The CSS links are whats causing this issue for me. Does anyone know how to fix this please? Is there something like {$css_ssl_uri} or something?

#7
Roberto125

    PrestaShop Apprentice

  • Members
  • PipPip
  • 128 posts
Good day,

what kind of SSL certificate do you have ?

Is it an auto-generated SSL certificate ?


Best regards,
Roberto

#8
pyrotech

    PrestaShop Apprentice

  • Members
  • PipPip
  • 44 posts
I had same problem
Mine was caused by stat counter
They made it secure (stat counter) then it disappeared so itfrom an outside source.
Put a search in google for the outside source and ssl to get ideas how to fix
i searched
stat counter ssl error and found how to fix it
hope that helps

#9
Roberto125

    PrestaShop Apprentice

  • Members
  • PipPip
  • 128 posts
Good evening,

yes indeed. This can also be a solution. But again, to avoid any errors, we always advise the following Certificate Authorities:

_ VeriSign
_ GlobalSign
_ thawte
_ RapidSSL
_ GeoTrust

Best regards,

#10
babyewok

    PrestaShop Apprentice

  • Members
  • PipPip
  • 327 posts
I have found that enableing CCC for css and javascript causes IE 8 to show the unsecure items error

#11
Bullet

    PrestaShop Newbie

  • Members
  • Pip
  • 3 posts
We believe that the only possible solution is temporary decryption of SSL traffic, scan it, then re-encrypted.

This method is now popular practice of different proxy server firewall. The latter is only decrypted (in other words, the "termination"), the use of virus scanning, and then forwarded to the end-users or Web applications. Such security measures can not be used in today's Web environment, because it will make end to end encryption requirement is invalid, and the browser will cause confusion.

SSL security agents, such as Webwasher like a "black box" the same action. SSL encrypted communications into and out of SSL-encrypted communications. No one can encrypt part or on the network sniffing it, which is entirely in memory processing. There are several programs can provide a single machine SSL decryption, the decrypted traffic to be forwarded to a scanner, this scanner returns to the SSL communications solutions, SSL program to its re-encryption. In addition, the typical case, you need to adjust the strategy, for example, to allow top management to perform online business without having to scan, but to communicate to any other person to be scanned. In most cases, this will require double the cost of management, but is much easier to achieve with Webwasher.

#12
tyraa

    PrestaShop Newbie

  • Members
  • Pip
  • 1 posts
I think you are getting error cause of any other problem i don't think that it is cause of it is insecure. try to scan it again and re-install it i think it may remove the errors. some times we get errors cause of any internal problems in coding or other.

#13
yabonga

    PrestaShop Apprentice

  • Members
  • PipPip
  • 49 posts
Removing the wibiya Toolbar (module stickyfoot) solved my problem. Maybe you have any module installed that could cause the error. I found it with the use of firefoxes option called page info. Clicking on the Media tab, you can see every 'media' like pictures on the page with its links. So you can identify a http link where it has to be a https link.

good luck.

Posted Image
http://www.yabonga.eu (Prestashop V.1.4.4.1)