View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002085 | OXID eShop (all versions) | 4. ------ eShop Core ------- | public | 2010-09-03 09:58 | 2012-12-10 13:42 |
Reporter | d3 | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.2 revision 29492 | ||||
Fixed in Version | 4.4.3 revision 30016 | ||||
Summary | 0002085: Conflict with Single-SSL-Certificat and sAltImageDir | ||||
Description | The 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". | ||||
Tags | No tags attached. | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0001678 | resolved | vilma_liorensaityte | $this->sAltImageDir='' causes warning due to non-ssl connection |