> But to do SSO between the 2 apps I needed to configure my tomcat5.5, where is > my CAS server, to support ssl connections and https and that's the beginning > of my big problem.
You need to ensure that the Java system truststore of your clients trusts the certificate presented by the CAS server. This has been discussed repeatedly on the list in the past, so searching the archives for "SSL certificate trust" should produce some good information. Additionally, http://www.ja-sig.org/wiki/display/CASUM/X.509+Certificates has good information on cert management in java. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
