码迷,mamicode.com
首页 > Web开发 > 详细

设置cas server使用http非安全协议

时间:2016-08-23 16:32:15      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

主要有以下步骤:

1. WEB-INF/spring-configuration/ticketGrantingTicketCookieGenerator.xml中将p:cookieSecure="true"修改为 p:cookieSecure="false"

2. WEB-INF/spring-configuration/warnCookieGenerator.xml中将p:cookieSecure="true"改为p:cookieSecure="false"

3. 在tomcat的server.xml中关闭8443端口

4. 在cas客户端的web.xml中将https改为http方式且将端口更改为tomcat中使用的端口(我使用的是8080)

设置cas server使用http非安全协议

标签:

原文地址:http://www.cnblogs.com/xrab/p/5799652.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!