In the CAS server configuration, in HTTPS, the client also requests to be HTTPS, and an error occurs under each browser, as follows:
Firefox
Chrome:
Ie:
IE does not see any reaction on the map.
The result is that the server address specified by the client is problematic, should not specify the server's application port, but should be specified as SSL port 443 or 8443, such as:
<filter>
<filter-name>CASFilter</filter-name>
<filter-class> org.jasig.cas.client.authentication.authenticationfilter</filter-class>
<init-param>
< Param-name>casserverloginurl</param-name>
<param-value>https://cas.my.com:8443/cas/login </param-value>
</init-param>
<init-param>
<param-name>servername</ param-name>
<param-value>http://cas.app1.com:8080</param-value>
</init-param>
</filter>
Author: csdn Blog Maple fluttering moment
Back to the column page: http://www.bianceng.cnhttp://www.bianceng.cn/Servers/web/