PHOENIX-MEDIA / Magento-PageCache-powered-by-Varnish

Community version which is available on Magento Connect (http://www.magentocommerce.com/magento-connect/pagecache-powered-by-varnish.html)
89 stars 49 forks source link

Correctly interpret isHttpsEsiDisabled #59

Open bjoern-tantau opened 7 years ago

bjoern-tantau commented 7 years ago

Currently setting "Disable ESI over HTTPS" to No would actually disable ESI everywhere. I think we could actually remove the flag completely, as the ESI-capable header would only come in if Varnish was there to set it.

phoenix-bjoern commented 7 years ago

The reason for this configuration option is that in order to process the ESI tags in Varnish you need to do SSL offloading since Varnish can not terminate an SSL connection. This is possible but not available in all hosting setups. Therefore we'll keep this option.