Results 1 to 7 of 7

Thread: CAS and certificate

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Location
    Paris
    Posts
    35

    Default CAS and certificate

    I had cas and my application on the same tomcat before , and it worked well.
    Now i tried to put cas on another server, generate my certificate with the right DNS name (https works), in the JDK and JRE
    But when i log, i obtain this error
    Code:
    15:04:58,684 [TP-Processor8] [WARN] event.authentication.LoggerListener(:60) - Authentication event AuthenticationFailureServiceExceptionEvent: _cas_stateful_;details: org.acegisecurity.ui.WebAuthenticationDetails@50ad24ec: RemoteIpAddress: 189.9.61.87; SessionId: CD1D928A89D85498411BDD3DCADBDF40; exception: unknown certificate /
    I don't know why,
    if anybody has already had the same error

    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Paris
    Posts
    35

    Default

    one tomcat server is on a windows machine
    and the other tomcat server on a AIX machine
    I have installed the CAS certificate on the two jdk/jre cacerts in windows and AIX.

    I have always this error
    Code:
     exception: unknown certificate /
    Have you a solution ? it is very urgent

    Please

  3. #3
    Join Date
    Feb 2006
    Location
    Paris
    Posts
    35

    Default

    i replace the provider of AIX, IBMJSSE by IBMJSSE2 and the redirection works
    but when it tries to validate the ST-ticket, i obtain

    Code:
    javax.servlet.ServletException: Filter execution threw an exception
    	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:210)
    	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
    	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
    	at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    	at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
    	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
    	at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
    	at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
    	at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    	at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
    	at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
    	at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
    	at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
    	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
    	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
    	at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
    	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
    	at java.lang.Thread.run(Thread.java:534)
    which must be a acegi problem, but my applicationContext-security is good..
    Have you idea?

  4. #4
    Join Date
    Aug 2004
    Location
    Roselle Park, NJ
    Posts
    167

    Default

    what exception was thrown?

  5. #5
    Join Date
    Feb 2006
    Location
    Paris
    Posts
    35

    Default

    it's a AIX IBM jsseprovider problem, because it works well between to windows server... i have always
    exception: unknown certificate /
    i don't know where to find the ibmjsseprovider2.jar but it's n't the good forum.

  6. #6
    Join Date
    Aug 2004
    Location
    Roselle Park, NJ
    Posts
    167

    Default

    the only thing I can suggest is to double check that the certificate was properly installed in the keystore in the JVM that starts up the container.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •