Good evening,

I successfully completed a uPortal installation but as many posts have
found, "Unable to validate ProxyTicketValidator" is the SSL error that I
received.  I've taken the following steps to complete the task.

As ROOT:
keytool -delete -alias tomcat -keypass changeit
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
$JAVA_HOME/jre/lib/security/cacerts
keytool -import -file server.crt -keystore
$JAVA_HOME\jre\lib\security\cacerts

Within server.xml "  <!-- Define a SSL HTTP/1.1 Connector on port 8443 -->"
the following was added also:
               keystoreFile="/root/.keystore"
               keystorePass="changeit"
               truststoreFile="/usr/bin/jdk/jre/lib/security/cacerts" />

Restarted Tomcat.
I'm seriously unsure what to do next.  I know this is an SSL issue but I
just don't know what to do here.  We are running Tomcat 6, Uporta 3.1.2,
with Linux and MySQL.  Thank you ahead of time.
-- 
View this message in context: 
http://n4.nabble.com/CAS-Authentication-error-tp963193p963193.html
Sent from the CAS Users mailing list archive at Nabble.com.

-- 
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

Reply via email to