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
