users@glassfish.java.net

Re: SSL Mutual Authentication via JAX-WS

From: Shing Wai Chan <Shing-Wai.Chan_at_Sun.COM>
Date: Thu, 26 Apr 2007 08:17:59 -0700

The trace below indicated that the cert is not trusted.
I notice that you are using mykeystore.jks.
The default KeyStore is keystore.jks and default TrustStore is cacerts.jks.
Please make sure that the corresponding CA certs or the cert (if it is
self-signed) is in imported into cacerts.jks.