View Issue Details

IDProjectCategoryView StatusLast Update
0002085OXID eShop (all versions)4. ------ eShop Core -------public2012-12-10 13:42
Reporterd3 Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.4.2 revision 29492 
Fixed in Version4.4.3 revision 30016 
Summary0002085: Conflict with Single-SSL-Certificat and sAltImageDir
DescriptionThe conflict happens on:
the Domain/Shop has a single-domain-certificat (no wildcard) and the shop use a subdomain for images (see her for description: http://docu.oxid-esales.com/devdocuments/whitepaper-performance-optimierung.pdf).

The config.inc.php looks like this:
$this->sShopURL = 'http://www.shop.de';
$this->sAltImageDir = 'http://img.shop.de/';
$this->sSSLShopURL = 'https://ssl.shop.de';

Until the customer do not login or open the basket, the image can load from "http://img.shop.de/../image.jpg" -this is okay and works.
But there is a login or open basket -the browser tries to load the images from the adresse with https like "https://img.shop.de/../image.jpg"
In the case of a singel-domain-certificate it's not possible to load the image from "https://img.shop.de/../image.jpg".



TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0001678 resolvedvilma_liorensaityte $this->sAltImageDir='' causes warning due to non-ssl connection 

Activities

vilma_liorensaityte

2010-09-13 09:38

reporter   ~0003508

added additional option $this->sSSLAltImageDir for SSL server