2 Replies Latest reply on Aug 6, 2007 12:25 AM by chandra_88

    SSL with client Auth doesn't seem to work - Help

    chandra_88

      Hi ,

      Iam trying to enable mutual authentication for an application which is deployed on the JBoss 4.04 . Iam following the steps mentioned in the guilde - http://wiki.jboss.org/wiki/Wiki.jsp?page=SSLSetup . In this guide there are lot of configurations being mentioned iam essentially trying the (3) one SSL Enabled on teh server with self signed certs WebBrowser client . I tried all the steps mentioned here and i ran into few issues .

      On connecting from IE to the application which is deployed iam getting a No trusted Certificate exception.

      ... 30 more
      Caused by: sun.security.validator.ValidatorException: No trusted certificate found
      at sun.security.validator.SimpleValidator.buildTrustedChain(SimpleValidator.java:304)
      at sun.security.validator.SimpleValidator.engineValidate(SimpleValidator.java:107)
      at sun.security.validator.Validator.validate(Validator.java:203)
      at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:172)
      at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:320)
      at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:841)

      I googled about this and did some more things also i have exported the server certificate to the jdk cacerts file even then this error continues to exist. Can you explain why iam running into this issue . Any Help wil be highly appreciated

      Many Thanks
      Chandra