View Issue Details

IDProjectCategoryView StatusLast Update
0005383OXID eShop (all versions)2.1. Master Settingspublic2013-10-07 07:36
Reportergerldental Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.7.6 / 5.0.6 
Summary0005383: After swithing Admin-BE in SSL, here is no CSS linked
DescriptionAfter swithing Admin-BE to SSL:

(config.inc.php)
....
$this->sAdminSSLURL = "https://sub.meindomain.de/admin/";

Here is troubles with CSS in Backend. Function $oViewConf->getResourceUrl() tries to link CSS with "http://..." and not with "https://..." as it supposed to be.

SSL-Certificat exists.
Steps To ReproduceSwitch /admin to SSL
(config.inc.php)
....
$this->sAdminSSLURL = "https://sub.meindomain.de/admin/";
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

jurate.baseviciene

2013-09-03 15:50

reporter   ~0009018

Reminder sent to: gerldental

Hi,

Thanks a lot for submitting this issue, but we can not reproduce the case.
So please explain more detailed how you reproduce this issue.

Best regards

jurate.baseviciene

2013-09-18 11:15

reporter   ~0009093

Hi,

Sorry we can't reproduce such issue. We checked this place and everything seems to work like expected. If in the future this bug will be reproduced please bug status change to "Reopen". And please written for more details how bug need reproduce.

Best regards,

gerldental

2013-10-05 00:19

reporter   ~0009127

that's was issue with SSL Certificat, not OXID. So, please remove ) Thanks