CAS failed to access secure connection in HTTPS mode

Source: Internet
Author: User

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/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.