简体   繁体   English

CAS Server .Net客户端与asp.net Web应用程序集成单点退出

[英]CAS Server .Net Client integration with asp.net web application Single Sign Out

i setup CAS SERVER for single sign up with asp.net web application and apache Tomcat 7. i follow below link to create configuration. 我设置了CAS SERVER,以便使用asp.net Web应用程序和apache Tomcat 7进行单点注册。我按照以下链接创建配置。

https://wiki.jasig.org/display/CASUM/HOWTO+CASifying+ASP.NET+WebApp+-+ExampleWebsite https://wiki.jasig.org/display/CASUM/HOWTO+CASifying+ASP.NET+WebApp+-+Example网站

My problem 我的问题

  1. SSl Enable is not working(Import IIS .NET SSL Certificate to JVM). SSl启用不起作用(将IIS .NET SSL证书导入到JVM)。 when i browse the cas server with https://localhost:443/cas/index.jsp . 当我使用https://localhost:443/cas/index.jsp浏览cas服务器时。 it gives the following error. 它给出以下错误。

The webpage at https://localhost:8443/cas/index.jsp might be temporarily down or it may have moved permanently to a new web address. 位于https://localhost:8443/cas/index.jsp的网页可能暂时关闭,或者已永久移动到新的网址。 Error 113 (net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH): Unknown error. 错误113(net :: ERR_SSL_VERSION_OR_CIPHER_MISMATCH):未知错误。

i am able to solve the problem using following details. 我能够使用以下详细信息解决问题。 please follow each and every step given in the following links. 请按照以下链接中给出的每个步骤进行操作。

  1. First Install tomcat 首先安装tomcat

https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Local+using+the+Maven2+WAR+Overlay+Method

  1. second About SSL Certification 第二章关于SSL认证

https://wiki.jasig.org/display/CASUM/HOWTO+CASifying+ASP.NET+WebApp+-+ExampleWebsite https://wiki.jasig.org/display/CASUM/HOWTO+CASifying+ASP.NET+WebApp+-+Example网站

if anybody has any problems, please feel free to contact me. 如果有人有任何问题,请随时与我联系。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM