View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005824 | OXID eShop (all versions) | 4.08. Cache | public | 2014-07-17 14:44 | 2014-08-29 12:43 |
Reporter | kazimieras | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.8.6 / 5.1.6 | ||||
Target Version | 4.8.8 / 5.1.8 | Fixed in Version | 4.9.0_5.2.0_RC1 | ||
Summary | 0005824: OXID EE admin cache (varnish) flush/test buttons doesn't work for HTTPS connection | ||||
Description | In OXID admin "Cache" configuration page there are buttons to test reverse proxy and to flush it. Both buttons doesn't work when we have OXID admin configured to work on HTTPS. In such case both buttons request "http" (not "https") links and browsers block such requests. | ||||
Tags | No tags attached. | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
Current reverse proxy check button works via javascript by making ajax call to frontend page. The call is made to frontend http page from admin https page, for security reasons browser does not allow calls like this. Added fix, that in this situation would be shown message "Reverse Proxy test failed" and also added help text to explain in which situations this check will show this message. |