View Issue Details

IDProjectCategoryView StatusLast Update
0003291OXID eShop (all versions)6. ------ Setup -------public2012-03-16 15:11
Reportertabsl Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.2 revision 38481 
Fixed in Version4.5.9 revision 43186 
Summary0003291: ssl-check with $_SERVER
Descriptionsome servers the $_SERVER-variables appears as CAPITALS

so your ssl-check in oxconfig::isSsl()

... && ($aHttpsServerVar === 'on' ...

is false, because the response from oxutilsserver::getServerVar() is "ON" and not "on", so isSsl() is false
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2012-03-16 15:11

reporter   ~0006023

added check with === 'ON'