My guess would be you're possibly telling your JVM to look in a different place for the certificates and that place may not include the certificates needed to validate the certificates.
Just a guess. On Mon, Jun 22, 2009 at 6:29 AM, nedim ozan tekin <[email protected]>wrote: > Hi friends, > i m using cas.war. > i configured jboss portal 2.7.2 to use SSL. > the server.xml like this: > <Connector port="8888" maxHttpHeaderSize="8192" > maxThreads="150" minSpareThreads="25" maxSpareThreads="75" > enableLookups="false" disableUploadTimeout="true" > acceptCount="100" scheme="https" secure="true" SSLEnabled="true" > clientAuth="true" sslProtocol="TLS" > keystoreFile= "/cert/keystore" > keystorePass="changeit" > /> > > without clientAuth. everythig works successfully. i can login successfully, > and cas redirects me post login page. > bu after, i do clientAuthentication=true.i install user certificate to > browser, when i write https://xxx.gov.tr:8443/portal > it asks a client certificte and reach cas login page, but after i login, i > get below error: > > Unable to validate ProxyTicketValidator. > please help me... > > what could be the problem(s)?? Is there any xml files to change that i > didnt do?? > Thanx > -- > 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 > -- 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
