Symfony2 profiler (toolbar) is disabled behind an HTTPS firewall
问题 I have a problem with the Symfony2 toolbar which is hidden when I add requires_channel: https in order to force HTTPS in some protected area of the website. If I remove requires_channel: https , the Symfony2 toolbar is displayed and I can click on it to see some details about the request (the normal behaviour). If I add requires_channel: https , no toolbar is displayed although the code is present at the end of the pages: <div id="sfwdt4b56c8" class="sf-toolbar" style="display: none"></div>