Closed
Description
I'm trying to configure the frontend to be SSL only. So all my links start with https://
Magento\PageCache\Observer\ProcessLayoutRenderElement::_wrapEsi() generates URLs starting with https://
<esi:include src="https://magetwo.local/page_cache/block/esi/blocks/[%22catalog.topnav%22]/handles/[%22default%22,%22cms_index_index%22,%22cms_page_view%22,%22cms_index_index_id_home%22]/"/>
As I understand, Varnish has no SSL functionality, so this include is not processed.
Can the method _wrapEsi() be changed that way, so it always returns http:// links?
Metadata
Metadata
Assignees
Labels
No labels