留言板

Error Integrating Liferay with CAS

thumbnail
Akira Akira,修改在12 年前。

Error Integrating Liferay with CAS

Junior Member 帖子: 80 加入日期: 10-9-24 最近的帖子
When I run firefox with address https://localhost:8443/cas-web/login

Message error :

An error occurred during a connection to localhost:8443.

SSL received a record that exceeded the maximum permissible length.

(Error code: ssl_error_rx_record_too_long)


Can anyone please provide me some inputs on this?
thumbnail
tinu c p,修改在12 年前。

RE: Error Integrating Liferay with CAS

Junior Member 帖子: 78 加入日期: 10-1-7 最近的帖子
This error coz of establishing secure connection, check for your apache configuration for SSL and port is configured properly.

Below link will be helpful.
http://www.liferay.com/community/wiki/-/wiki/Main/Implement+https+feature+using+Apache+http+server

Hope it resolves your problem.

Thanks,
AP
thumbnail
Akira Akira,修改在12 年前。

RE: Error Integrating Liferay with CAS

Junior Member 帖子: 80 加入日期: 10-9-24 最近的帖子
Thanks tinu c p
It doesn't works.

Help me to resolve above.
心 赵,修改在12 年前。

RE: Error Integrating Liferay with CAS

New Member 帖子: 2 加入日期: 11-9-20 最近的帖子
I have had the same problem.Have you resolved it?
thumbnail
Mani kandan,修改在12 年前。

RE: Error Integrating Liferay with CAS

Expert 帖子: 492 加入日期: 10-9-15 最近的帖子
See normally Liferay Tomcat is running in the port 8080, but CAS server by default it has 8443,

For that you have to change the port number and url in cas.properties file which is placed in cas\WEB-INF\cas.properties file.


cas.securityContext.serviceProperties.service=http://localhost:8080/cas/services/j_acegi_cas_security_check
cas.securityContext.serviceProperties.adminRoles=ROLE_ADMIN
cas.securityContext.casProcessingFilterEntryPoint.loginUrl=http://localhost:8080/cas/login
cas.securityContext.ticketValidator.casServerUrlPrefix=http://localhost:8080/cas
心 赵,修改在12 年前。

RE: Error Integrating Liferay with CAS

New Member 帖子: 2 加入日期: 11-9-20 最近的帖子
thx! it works!