:build.xml:158: javax.net.ssl.SSLHandshakeException: :java.security.cert.CertificateException: Couldn't find trusted :certificate
:I assume I have to perform some magic on the :client side. Does anyone know what that magic :is? I don't have the commands memorized, but Google "keytool" and your error message for leads. The server's cert (or its CA cert) must be trusted by the client; for that, you'll have to import said cert (or its CA cert) into the local trust store. -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
