Fórum

CAS server for Liferay 6.1.0

salina fung, modificado 11 Anos atrás.

CAS server for Liferay 6.1.0

New Member Postagens: 18 Data de Entrada: 29/03/12 Postagens Recentes
I try to integrate the CAS server with Liferay 6.1 and with LDAP on Tomcat6.x

I have setup the CAS server 3.5.0 in one server with https on Tomcat6.x

I can logon to the cas server https://cas-server:8443/cas-server-webapp-3.5.0/login

But when I setup CAS setting in the Liferay server Control Panel
with:
Login URL: https://cas-server:8443/cas-server-webapp-3.5.0/login
Logout URL: https://cas-server:8443/cas-server-webapp-3.5.0/logout
Server name: https://cas-server:8443
Server URL https://cas-server:8443/cas-server-webapp-3.5.0


and test the CAS Configuration, I got the error 'Unreacheable https://cas-server:8443/cas-server-webapp-3.5.0/login'
'Unreacheable: https://cas-server:8443/cas-server-webapp-3.5.0/logout
'https://cas-server:8443/cas-server-webapp-3.5.0

I have tried imported the CAS server 's certificate into the Liferay's JVM keystore - /usr/lib/jvm/java-6-openjdk/jre/lib/security/cacerts
and Tomcat6.0's keystore - user's home/.keystore

Still the same error.
Please help