liferay/senna.js

Senna.js not working when navigating between pages when using a Web Server + SSL on IE11

gregory-bretall opened this issue · 2 comments

Expected behaviour

Senna.js works as expected when using a web server + SSL on IE11

Actual behaviour

Senna.js does not work

Steps to reproduce

  1. Download the SSL Web Server vm here: https://ftp.liferay.com/LBv2.zip
  2. Extract and open the vm, edit the following file to use your host machine IP:
    C:\Apache24\conf\liferay\liferay-ssl-lb.conf
<Proxy balancer://sslcluster/>
	BalancerMember https://172.16.21.206:8443
</Proxy>
  1. Restart/start Apache by going to the bottom right Apache icon>restart
  2. Setup Liferay on your host machine: configure Tomcat server to use HTTPS (https://customer.liferay.com/documentation/knowledge-base/-/kb/14494)
  3. Startup Liferay and access it through https://[webserver_IP] on IE 11 (I tested in Windows 10, not sure if that matters)
  4. Create site pages with some content
  5. Click around to load new pages/content that causes the yellow bar to appear
  6. The yellow bar does not appear

Browsers affected

I tested on all major browsers and only IE 11 does not work.

This issue is also tracked on the Liferay side on https://issues.liferay.com/browse/LPS-87416.

PR for this issue is found here #292

Closing this one, since the fix was already merged. Any question, please, reopen it :)