Siguiendo el articulo anterior.
Tenemos que configurar [Liferay home]/webapps/ROOT/WEB-INF/web.xml. En web-app/security-constraint/user-data-constraint/transport-guarantee cambiar NONE por CONFIDENTIAL
<security-constraint> <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> </security-constraint>
Arrancar y comprueba que puedes acceder a https://localhost:8443
documentacion:
liferay