The cas server and the application are deployed on different machine ?

Most likely you are using a certificate that was generated with the dn 
containing localhost.
You must generate a real cert with the cas server name not localhost ! 


----- Original Message ----- 
From: khalid yatim 
To: [EMAIL PROTECTED];[email protected]
Sent: 4/27/2007 4:37:58 PM 
Subject: java.io..IOException: HTTPS hostname wrong: should be 


Hi,
When i try to try to use 
<init-param> 
   <param-name>edu.yale.its.tp.cas.client.filter.loginUrl</param-name> 
   <param-value>https://server:8443/cas-web/login</param-value> 
  </init-param> 
  <init-param> 
   <param-name>edu.yale.its.tp.cas.client.filter.validateUrl</param-name> 
   <param-value>https://server:8443/cas-web/serviceValidate</param-value> 
  </init-param> 
i'm authentified but wher trying open application i get this erreur:
java.io..IOException: HTTPS hostname wrong: should be <server>

when i use localhost it works correctly.
Sorry for my bad english.
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to