SSL-warning in Orderoverview (checkout Step 4)

Hallo,

using CE 4.4.5 and no fixes found in later version in https://bugs.oxid-esales.com

The Productimage which is loaded via $basketproduct->getIconUrl()
is not an SSL-URL and causes an ssl-warning.

can somebody confirm this bug?

I tried with 445 and the icon is https.

Your entry in config.inc.php is correct ?
$this->sSSLShopURL

Andreas

Yes, its correct. But I definded a custom image-path in config.inc.php:
$this->sAltImageDir = “…”;

I think this is part of the problem, because for this subdomain, there is now certificate. I solved it now quick and dirty, with str_replace().: the icon in step 4 is loaded now by the original-image path.

Hi,

looks like it is about https://bugs.oxid-esales.com/view.php?id=1678
To fix it, in 4.4.3 a new option was added that shall be used:
$this->sSSLAltImageDir

Regards