We also had problems with the keystores. Turned out we were using different versions of the keytool utility on different machines. After standardising on the same JRE, our problems disappeared.
-----Original Message----- From: David [mailto:[email protected]] Sent: donderdag 25 juni 2009 23:17 To: [email protected] Subject: Re:[cas-user] Cas on 2 different servers with same machine After a great load of reading today, it seemed to help out a lot. Thanks a bunch with that. Unfortunately, I'm still having an issue with my setup. I have a Tomcat server with the CAS client(I'm trying to CASify the HelloWorldExample) and I have the CAS server on a Jetty app server. My first set up was both the CAS server and client on one tomcat server, which worked fine, and I had followed the tutorial creating the keystore/truststore using these commands: keytool -genkey -alias tomcat -keypass changeit -keyalg RSA keytool -export -alias tomcat -keypass changeit -file server.crt keytool -import -file server.crt -keypass changeit -keystore ..\jre\lib\security\cacerts keytool -import -file server.crt -keypass changeit -keystore ..\..\jreX\lib\security\cacerts Now with the jetty app-server with the CAS server, it doesnt seem to work. Do I need to play around with the Jetty keystore, or change my own cacerts file in \jre\lib\security? -David -- 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 Please help Logica to respect the environment by not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei die Umwelt zu schuetzen / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. -- 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
