Senna.js not working when navigating between pages when using a Web Server + SSL on IE11
gregory-bretall opened this issue · 2 comments
gregory-bretall commented
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
- Download the SSL Web Server vm here: https://ftp.liferay.com/LBv2.zip
- 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>
- Restart/start Apache by going to the bottom right Apache icon>restart
- Setup Liferay on your host machine: configure Tomcat server to use HTTPS (https://customer.liferay.com/documentation/knowledge-base/-/kb/14494)
- Startup Liferay and access it through https://[webserver_IP] on IE 11 (I tested in Windows 10, not sure if that matters)
- Create site pages with some content
- Click around to load new pages/content that causes the yellow bar to appear
- 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.
gregory-bretall commented
PR for this issue is found here #292
diegonvs commented
Closing this one, since the fix was already merged. Any question, please, reopen it :)